ReportElementShowSurroundingsForElement Method |
Determines if surroundings of an layer are shown
Namespace:
Easymap.AddIn.Elements
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic bool ShowSurroundingsForElement(
WindowlessComponent layer
)
Public Function ShowSurroundingsForElement (
layer As WindowlessComponent
) As Boolean
Parameters
- layer
- Type: Easymap.AddIn.CommonWindowlessComponent
Return Value
Type:
Boolean
Remarks
Determines if surroundings of an layer are shown if the
UseClip Property is set to
ShowPartial
See Also