SoMaterialElementGetColorIndices Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SbNativeArray<int> GetColorIndices(
SoState state
)
Public Shared Function GetColorIndices (
state As SoState
) As SbNativeArray(Of Integer)
public:
static SbNativeArray<int>^ GetColorIndices(
SoState^ state
)
static member GetColorIndices :
state : SoState -> SbNativeArray<int>
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SbNativeArrayInt32Remarks See Also