AGI STK VGT 11 Send comments on this topic.
ReferenceLocation Property (IAgCrdnVolumeGridBearingAlt)
See Also 
Windows






Windows & Linux

Description

Get lat/lon for reference location

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceLocation() As System.Array

[C#]
public System.Array ReferenceLocation {get; set;}

[Managed C++]
public: __property System::Array^ get_ReferenceLocation();
public: __property void set_ReferenceLocation(
System::Array ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceLocation(
SAFEARRAY ** ppRetVal
);
public: HRESULT put_ReferenceLocation(
SAFEARRAY * pNewReferenceLocation
);

[Java]
public Object[] getReferenceLocation();public void setReferenceLocation(
Object[]
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface