Description
The reference axes that is used to align the ellipsoid.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ReferenceFrame() As IAgCrdnAxes
|
[C#] |
---|
public IAgCrdnAxes ReferenceFrame {get; set;}
|
[Managed C++] |
---|
public: __property IAgCrdnAxes^ get_ReferenceFrame(); public: __property void set_ReferenceFrame( IAgCrdnAxes ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceFrame( IAgCrdnAxes ** ppRetVal ); public: HRESULT put_ReferenceFrame( IAgCrdnAxes * pNewReferenceFrame );
|
[Java] |
---|
public IAgCrdnAxes getReferenceFrame();public void setReferenceFrame( IAgCrdnAxes );
|
See Also