GeographicalSchemaShowedArea
Properties:
NorthBorderLatitude
SouthBorderLatitude
WestBorderLongitude
Description:
Availability:
Example:
// Receive boundary box for an object BoundaryBox = Object.BoundaryBox; ShowedArea = Controls.GeographicalSchemeField.ShowedArea; // Set new boundary box borders for a schema ShowedArea.EastBorderLongitude = BoundaryBox.EastBorderLongitude; ShowedArea.WestBorderLongitude = BoundaryBox.WestBorderLongitude; ShowedArea.NorthBorderLatitude = BoundaryBox.NorthBorderLatitude; ShowedArea.SouthBorderLatitude = BoundaryBox.SouthBorderLatitude; // Set new scaling mode Scheme.ScaleKeeping = GeographicalSchemeShowMode.SpecifiedArea |
See also:
GeographicalSchemaField, property ShowedArea