isValid Property (GraphicalLayer)
In This Topic
Checks, if layer object is attached to existing project's layer.
Syntax
public bool isValid {get;}
public:
property bool isValid {
bool get();
}
Property Value
true : Attached
false : Not attached
See Also