IExtent
Interface
Represents the extent of the Map report item.
Definition
Properties
LatitudeMax
double
Gets or sets the maximum latitude coordinate of the extent.
C#
double LatitudeMax { get; set; }
LatitudeMin
double
Gets or sets the minimum latitude coordinate of the extent.
C#
double LatitudeMin { get; set; }
LongitudeMax
double
Gets or sets the maximum longitude coordinate of the extent.
C#
double LongitudeMax { get; set; }
LongitudeMin
double
Gets or sets the minimum longitude coordinate of the extent.
C#
double LongitudeMin { get; set; }