Incident particle vector on the body in meters/second, in the body frame, returned as an array representing x, y, z. Useful for scripting clients.
[Visual Basic .NET] |
---|
Public Function IncidentVectorInBody_Array() As System.Array |
[C#] |
---|
public System.Array IncidentVectorInBody_Array(); |
[Managed C++] |
---|
public: System::Array IncidentVectorInBody_Array(); |
[Unmanaged C++] |
---|
public: HRESULT IncidentVectorInBody_Array( SAFEARRAY * * pArray ); |
[Java] |
---|
public AgSafeArray incidentVectorInBody_Array(); |