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: 12.0.0.0
Syntax public 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