This method get the curve location of the current Mullion.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public Curve LocationCurve { get; } |
Visual Basic |
---|
Public ReadOnly Property LocationCurve As Curve
Get |
Visual C++ |
---|
public:
property Curve^ LocationCurve {
Curve^ get ();
} |
See Also