Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsReadOnly Property








Specifies whether or not the collection is Read Only.
Syntax
public virtual bool IsReadOnly {get;}
'Declaration
 
Public Overridable ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As RasterCollection(Of T)
Dim value As Boolean
 
value = instance.IsReadOnly
public virtual bool IsReadOnly {get;}
 get_IsReadOnly(); 
public:
virtual property bool IsReadOnly {
   bool get();
}

Property Value

true if the collection is read only; false, otherwise.
Example
For an example, refer to RasterCollection`1.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

Error processing SSI file