2024 Members
Changes 8
M

DirectShapeReferenceOptions

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the DirectShapeReferenceOptions
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetExternalGeometryId() ExternalGeometryId Retrieves the ExternalGeometryId associated with the reference object.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsValidExternalGeometryId(ExternalGeometryId) bool Validates that the input ExternalGeometryId can be assigned to a direct shape reference.
M IsValidReferenceName(String) bool Validates that the input name can be assigned to a direct shape reference.
M SetExternalGeometryId(ExternalGeometryId) DirectShapeReferenceOptions Sets the ExternalGeometryId associated with the reference object. The ID must be non-empty.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Name string The name associated with the reference object. The name does not need to be unique. The name must not be empty and must contain valid characters.