Revit 2025.3 API
Curve |
Indicates the type of reference.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ReferenceType ReferenceType { get; set; }
Public Property ReferenceType As ReferenceType Get Set
public: property ReferenceType ReferenceType { ReferenceType get (); void set (ReferenceType value); }
member ReferenceType : ReferenceType with get, set
Property Value
ReferenceType
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when argument is out of range. |
InvalidOperationException | Thrown when regeneration failed. |
See Also