SoMaterialElementGetNumDiffuse Method (SoState) |
Return number of diffuse colors.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static ulong GetNumDiffuse(
SoState state
)
Public Shared Function GetNumDiffuse (
state As SoState
) As ULong
public:
static unsigned long long GetNumDiffuse(
SoState^ state
)
static member GetNumDiffuse :
state : SoState -> uint64
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
UInt64Remarks See Also