SoMaterialElementGetNumDiffuse Method (SoState) |
Return number of diffuse colors.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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