2021 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
C MultiReferenceAnnotationOptions(MultiReferenceAnnotationType) None Create an instance of Multi-Reference Annotation Options set with default values.
Name Return Type Description
M Dispose() None Releases all resources used by the
M ElementsMatchReferenceCategory(ICollection<ElementId>) bool Verifies that all of the elements match the reference category required by the MultiReferenceAnnotationType.
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 IsAllowedDimensionStyleType(DimensionStyleType) bool Only Linear and LinearFixed dimension style types are allowed for new MultiReferenceAnnotations.
M ReferencesDontMatchReferenceCategory(IList<Reference>) bool 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.
Name Return Type Description
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 bool 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.