Sets a specific region as the default view for the display
Namespace: Ico.EwxAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetDefaultView(
bool clipDisplay
) |
Visual Basic |
---|
Public Sub SetDefaultView ( _
clipDisplay As Boolean _
) |
JScript |
---|
public function SetDefaultView(
clipDisplay : boolean
) |
Parameters
- clipDisplay
- Type: System..::..Boolean
Specifies if the display shoudld be clipped or not
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
The EwxLayer should be part of a GraphWorX display to perform this operation
|
See Also