ReportClipOptions Enumeration |
ReportClipOptions defines how to handle the surroundings when clipping map areas.
Namespace:
Easymap.AddIn.Elements
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic enum ReportClipOptions
Public Enumeration ReportClipOptions
Members|
| Member name | Value | Description |
|---|
| Hide | 0 |
Hide surroundings.
|
| Show | 1 |
Show surroundings.
|
| ShowPartial | 2 |
Show topography surroundings but no analysis results.
|
See Also