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






Windows & Linux

Description

A reference (coordinate) system. Can be any VGT system.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceSystem() As IAgCrdnSystem
[C#]
public IAgCrdnSystem ReferenceSystem {get; set;}
[Managed C++]
public: __property IAgCrdnSystem^ get_ReferenceSystem();
public: __property void set_ReferenceSystem(
   IAgCrdnSystem ^
);
[Unmanaged C++]
public: HRESULT get_ReferenceSystem(
   IAgCrdnSystem ** ppRetVal
);
public: HRESULT put_ReferenceSystem(
   IAgCrdnSystem * pNewReferenceSystem
);
[Java]
public IAgCrdnSystem getReferenceSystem();public void setReferenceSystem(
   IAgCrdnSystem
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.