TopographySurface.ArePointsEditable Property

TopographySurfaceArePointsEditable Property

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: 26.0.4.0 (26.0.4.0)
Syntax
public bool ArePointsEditable { get; }
Public ReadOnly Property ArePointsEditable As Boolean
	Get
public:
property bool ArePointsEditable {
	bool get ();
}
member ArePointsEditable : bool with get

Property Value

Boolean
See Also