STK AgAsHpopPluginSend comments on this topic.
ForceModelName Method (IAgAsHpopPluginResultEval)
See Also
Type
Force model 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 ForceModelName( _
    ByVal Type As AgEForceModelType _
) As String
[C#]
public string ForceModelName(
    AgEForceModelType Type
);
[Managed C++]
public: String __gc ^ ForceModelName(
    AgEForceModelType Type
);
[Unmanaged C++]
public: HRESULT ForceModelName(
    AgEForceModelType Type,
    BSTR * pName
);
[Java]
public String forceModelName(
    AgEForceModelType Type
);

Parameters

Type
Force model 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.