FormsMapGetEnvelope Method (String) |
Gets the anticipated bounding box of the visible map section after the map was in animation mode / the
current box while the map is in animation mode. The bounding box coordinates are specified in a coordinate format
according the parameter value of spatialReferenceId.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public MapRectangle GetEnvelope(
string spatialReferenceId
)
Public Function GetEnvelope (
spatialReferenceId As String
) As MapRectangle
public:
virtual MapRectangle^ GetEnvelope(
String^ spatialReferenceId
) sealed
abstract GetEnvelope :
spatialReferenceId : string -> MapRectangle
override GetEnvelope :
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.
Implements
IMapGetEnvelope(String)See Also