Retrieves the current blending parameters.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Get(
SoState state,
out SoBlendElementBlendElementParameters parameter
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef parameter As SoBlendElementBlendElementParameters
)
public:
static void Get(
SoState^ state,
[OutAttribute] SoBlendElementBlendElementParameters% parameter
)
static member Get :
state : SoState *
parameter : SoBlendElementBlendElementParameters byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- parameter
- Type: OIV.Inventor.ElementsSoBlendElementBlendElementParameters
Remarks See Also