Get lat/lon for reference location.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferenceLocation() As System.Array |
[C#] |
---|
public System.Array ReferenceLocation {get; set;} |
[Managed C++] |
---|
public: __property System::Array get_ReferenceLocation(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceLocation( SAFEARRAY * * ppRetVal ); public: HRESULT put_ReferenceLocation( SAFEARRAY * ReferenceLocation ); |
[Java] |
---|
public AgSafeArray getReferenceLocation(); public void setReferenceLocation( AgSafeArray ); |