Specify the altitude reference. Default is Ellipsoid.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltRef() As AgEAltRefType |
[C#] |
---|
public AgEAltRefType AltRef {get; set;} |
[Managed C++] |
---|
public: __property AgEAltRefType get_AltRef(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltRef( AgEAltRefType * pVal ); public: HRESULT put_AltRef( AgEAltRefType InVal ); |
[Java] |
---|
public AgEAltRefType getAltRef(); public void setAltRef( AgEAltRefType ); |