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