Namespace:
Autodesk.Revit.DB
MultiReferenceAnnotationOptions
Class
Description:
Options which control the creation of MultiReferenceAnnotations.
Options which control the creation of MultiReferenceAnnotations.
Remarks:
MultiReferenceAnnotationOptions include the specification of the associated elements and options for the dimension and tag placement.
MultiReferenceAnnotationOptions include the specification of the associated elements and options for the dimension and tag placement.
MultiReferenceAnnotationOptions Class Members:
Name | Description | Inherited From |
---|---|---|
MultiReferenceAnnotationOptions | Create an instance of Multi-Reference Annotation Options set with default values. |
Name | Description | Inherited From |
---|---|---|
DimensionLineDirection | The direction vector of the dimension line. | |
DimensionLineOrigin | The origin point for the dimension line. | |
DimensionPlaneNormal | The normal vector to the dimension plane. | |
DimensionStyleType | The dimension style type to be used by the new MultiReferenceAnnotation. | |
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
MultiReferenceAnnotationType | The MultiReferenceAnnotationType to be used by the new MultiReferenceAnnotation. | |
TagHasLeader | When true the tag will be created with an attached leader. When false the tag will be created without a leader. | |
TagHeadPosition | The position for the tag's head. |
Name | Description | Inherited From |
---|---|---|
Dispose | Releases all resources used by the MultiReferenceAnnotationOptions | |
ElementsMatchReferenceCategory | Verifies that all of the elements match the reference category required by the MultiReferenceAnnotationType. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
GetAdditionalReferencesToDimension | Gets the additional references which the dimension will witness. | |
GetElementsToDimension | Gets the elements which the dimension will witness. | |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
IsAllowedDimensionStyleType | Only Linear and LinearFixed dimension style types are allowed for new MultiReferenceAnnotations. | |
ReferencesDontMatchReferenceCategory | Verifies that all of the references belongs to elements which doesn't match the reference category required by the MultiReferenceAnnotationType. | |
SetAdditionalReferencesToDimension | Sets the additional references which the dimension will witness. | |
SetElementsToDimension | Sets the elements which the dimension will witness. | |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |