STK AgAsHpopPluginSend comments on this topic.
AccelName Method (IAgAsHpopPluginResultPostEval)
See Also
Type
Acceleration type (i.e., a constituent of the force model).
Windows





Windows & Linux

Description

A translation of the enumerated type into a string.

Syntax

[Visual Basic .NET]
Public Function AccelName( _
    ByVal Type As AgEAccelType _
) As String
[C#]
public string AccelName(
    AgEAccelType Type
);
[Managed C++]
public: String __gc ^ AccelName(
    AgEAccelType Type
);
[Unmanaged C++]
public: HRESULT AccelName(
    AgEAccelType Type,
    BSTR * pName
);
[Java]
public String accelName(
    AgEAccelType Type
);

Parameters

Type
Acceleration type (i.e., a constituent of the force model).

Return Type

Returns the name from the enumeration value.

Remarks

Useful when creating string messages

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.