2024 Members
Changes 4
M

MultiReferenceAnnotationOptions

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the MultiReferenceAnnotationOptions
M ElementsMatchReferenceCategory(ICollection<ElementId>) bool 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 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 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.
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 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.