P_Rhino_Geometry_GeometryBase_IsDocumentControlled - mcneel/rhinocommon-api-docs GitHub Wiki

GeometryBase.IsDocumentControlled Property

If true this object may not be modified. Any properties or functions that attempt to modify this object when it is set to "IsReadOnly" will throw a NotSupportedException.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public override sealed bool IsDocumentControlled { get; }

VB

Public Overrides NotOverridable ReadOnly Property IsDocumentControlled As Boolean
	Get

Property Value

Type: Boolean

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️