Revit 2022 API |
TopographySurface..::..ArePointsEditable Property |
TopographySurface Class See Also |
Identifies whether the points of this topography surface can be edited independently.
Topography surfaces created from external data will not allow editing of individual points.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2019
Syntax
C# |
---|
public bool ArePointsEditable { get; } |
Visual Basic |
---|
Public ReadOnly Property ArePointsEditable As Boolean Get |
Visual C++ |
---|
public: property bool ArePointsEditable { bool get (); } |