SoTransferFunctionElement.Get Method (SoState, IList<SoTransferFunction>) |
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)
Syntaxpublic 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.Misc.SoState
- name_24479
- Type: System.Collections.Generic.IList<SoTransferFunction>
Remarks
See Also