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