LayerElementCollectionGetBoundingBox Method (String) |
Gets the bounding box of the associate layer element by an array of keys.
Namespace:
Easymap.AddIn.Mapping
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic RectangleF GetBoundingBox(
ref string[] keys
)
Public Function GetBoundingBox (
ByRef keys As String()
) As RectangleF
Parameters
- keys
- Type: SystemString
Array of keys
Return Value
Type:
RectangleF
See Also