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: 2024.2.2.0 (10.16.2.0)
Syntax public static void Get(
SoState state,
IList<SoTransferFunction> name_23688
)
Public Shared Sub Get (
state As SoState,
name_23688 As IList(Of SoTransferFunction)
)
public:
static void Get(
SoState^ state,
IList<SoTransferFunction^>^ name_23688
)
static member Get :
state : SoState *
name_23688 : IList<SoTransferFunction> -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_23688
- Type: System.Collections.GenericIListSoTransferFunction
Remarks See Also