TerrainCollectionIsReadOnly Property  | 
 
Gets whether or not the collection is read only.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual bool IsReadOnly { get; }Public Overridable ReadOnly Property IsReadOnly As Boolean
	Get
public:
virtual property bool IsReadOnly {
	bool get ();
}abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Property Value
Type: 
BooleanImplements
ICollectionTIsReadOnly
See Also