STK Common Entity LibrarySend comments on this topic.
Longitude Property (IAgEntityPosition)
See Also
Windows





Windows & Linux

Description

The longitude in degrees.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Longitude() As Double
[C#]
public double Longitude {get; set;}
[Managed C++]
public: __property double get_Longitude();
public: __property void set_Longitude( double );
[Unmanaged C++]
public: HRESULT get_Longitude(
    double * pLongitude
);
public: HRESULT put_Longitude(
    double Longitude
);
[Java]
public double getLongitude();
public void setLongitude(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.