Is3D Property (GraphicalLayer)
In This Topic
Specifies if layer is used for 3D graphics It is not allowed to change this property for standard layers
Syntax
public bool Is3D {get; set;}
public:
property bool Is3D {
bool get();
void set ( bool value);
}
See Also