IMapGetCurrentEnvelope Method (String) |
Gets the bounding box of the visible map section while the map is in animation mode.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax MapRectangle GetCurrentEnvelope(
string spatialReferenceId
)
Function GetCurrentEnvelope (
spatialReferenceId As String
) As MapRectangle
MapRectangle^ GetCurrentEnvelope(
String^ spatialReferenceId
)
abstract GetCurrentEnvelope :
spatialReferenceId : string -> MapRectangle
Parameters
- spatialReferenceId
- Type: SystemString
The spatial reference identifier.
Return Value
Type:
MapRectangle The rectangle of the bounding box, specified in a coordinate format
according the parameter value of
spatialReferenceId.
See Also