SoTransferFunctionElementGet Method (SoState, IListSoTransferFunction) |
Get the current list of transfer function stored in the state.
Namespace: OIV.LDM.ElementsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Get(
SoState state,
IList<SoTransferFunction> name_24462
)
Public Shared Sub Get (
state As SoState,
name_24462 As IList(Of SoTransferFunction)
)
public:
static void Get(
SoState^ state,
IList<SoTransferFunction^>^ name_24462
)
static member Get :
state : SoState *
name_24462 : IList<SoTransferFunction> -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_24462
- Type: System.Collections.GenericIListSoTransferFunction
Remarks See Also