The rate of change of the position of the
plane's center point in the specified coordinate system.
Read-only property
[Visual Basic .NET] |
---|
Public Property OriginVelocity() As IAgCartesian3Vector
|
[C#] |
---|
public IAgCartesian3Vector OriginVelocity {get;}
|
[Managed C++] |
---|
public: __property IAgCartesian3Vector^ get_OriginVelocity();
|
[Unmanaged C++] |
---|
public: HRESULT get_OriginVelocity(
|
[Java] |
---|
public IAgCartesian3Vector getOriginVelocity();
|