SoTransferFunctionElementGet Method (SoState, SoTransferFunction) |
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,
out SoTransferFunction m_transferFunctionNode
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef m_transferFunctionNode As SoTransferFunction
)
public:
static void Get(
SoState^ state,
[OutAttribute] SoTransferFunction^% m_transferFunctionNode
)
static member Get :
state : SoState *
m_transferFunctionNode : SoTransferFunction byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- m_transferFunctionNode
- Type: OIV.LDM.NodesSoTransferFunction
Remarks See Also