DatabaseLongitude Property
|
Property that controls the longitude 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 Longitude { get; set; }
Public Property Longitude As Double
Get
Set
public:
property double Longitude {
double get ();
void set (double value);
}
member Longitude : float with get, set
Property Value
Double
See Also