Returns a Boolean indicating whether the given layer state has viewport data associated with it. A layer state has viewport data if SaveLayerState() was called with a non-null id parameter.
Public Function LayerStateHasViewportData( name As string ) As bool
public bool LayerStateHasViewportData( string name );
Parameters |
Description |
string name |
Input layer state to be interrogated |
Comments? |