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