Gets or sets a value indicating whether all layers are read in, or only a specific layer.
'Declaration
Public Property AllLayers As Boolean
'Usage
Dim instance As LoadOptions
Dim value As Boolean
instance.AllLayers = value
value = instance.AllLayers
public bool AllLayers {get; set;}
public: __property bool get_AllLayers();
public: __property void set_AllLayers(
bool value
);
public:
property bool AllLayers {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true if all layers are read in. Otherwise,
false is used and only a specific layer is read in.