DatabaseLatitude Property
|
Property that controls latitude of the drawing
model in decimal degrees. The default is determined by the country
code in the operating system. This property corresponds to the
LONGITUDE system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Latitude { get; set; }
Public Property Latitude As Double
Get
Set
public:
property double Latitude {
double get ();
void set (double value);
}
member Latitude : float with get, set
Property Value
Double
See Also