StructuralElementDefinitionDataCenterCurve Property |
The curve lying in the geometrical center of the element.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Curve CenterCurve { get; }
Public ReadOnly Property CenterCurve As Curve
Get
public:
property Curve^ CenterCurve {
Curve^ get ();
}
member CenterCurve : Curve with get
Property Value
Curve
See Also