ModelCurveIsReferenceLine Property |
Indicates if this curve is a reference curve.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsReferenceLine { get; }
Public ReadOnly Property IsReferenceLine As Boolean
Get
public:
property bool IsReferenceLine {
bool get ();
}
member IsReferenceLine : bool with get
Property Value
Boolean
See Also