Returns the Curve Loop that defines the geometry of the Analytical Surface element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2023
Syntax
C# |
---|
public CurveLoop GetOuterContour() |
Visual Basic |
---|
Public Function GetOuterContour As CurveLoop |
Visual C++ |
---|
public: CurveLoop^ GetOuterContour() |