MultiReferenceAnnotationOptions Class

MultiReferenceAnnotationOptions Class

Options which control the creation of MultiReferenceAnnotations.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBMultiReferenceAnnotationOptions

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class MultiReferenceAnnotationOptions : IDisposable
Public Class MultiReferenceAnnotationOptions
	Implements IDisposable
public ref class MultiReferenceAnnotationOptions : IDisposable
type MultiReferenceAnnotationOptions = 
    class
        interface IDisposable
    end

The MultiReferenceAnnotationOptions type exposes the following members.

Constructors
 NameDescription
Public methodMultiReferenceAnnotationOptions Create an instance of Multi-Reference Annotation Options set with default values.
Top
Properties
 NameDescription
Public propertyDimensionLineDirection The direction vector of the dimension line.
Public propertyDimensionLineOrigin The origin point for the dimension line.
Public propertyDimensionPlaneNormal The normal vector to the dimension plane.
Public propertyDimensionStyleType The dimension style type to be used by the new MultiReferenceAnnotation.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyMultiReferenceAnnotationType The MultiReferenceAnnotationType to be used by the new MultiReferenceAnnotation.
Public propertyTagHasLeader When true the tag will be created with an attached leader. When false the tag will be created without a leader.
Public propertyTagHeadPosition The position for the tag's head.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the MultiReferenceAnnotationOptions
Public methodElementsMatchReferenceCategory 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetAdditionalReferencesToDimension Gets the additional references which the dimension will witness.
Public methodGetElementsToDimension Gets the elements which the dimension will witness.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsAllowedDimensionStyleType Only Linear and LinearFixed dimension style types are allowed for new MultiReferenceAnnotations.
Public methodReferencesDontMatchReferenceCategory 
Public methodSetAdditionalReferencesToDimension 
Public methodSetElementsToDimension 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
MultiReferenceAnnotationOptions include the specification of the associated elements and options for the dimension and tag placement.
See Also