2027 Class
Changes 0
C

MultiReferenceAnnotationOptions

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