SoMaterialElementGetDiffuse Method |
get() methods get value from Inventor state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SbColor GetDiffuse(
SoState state,
int index
)
Public Shared Function GetDiffuse (
state As SoState,
index As Integer
) As SbColor
public:
static SbColor GetDiffuse(
SoState^ state,
int index
)
static member GetDiffuse :
state : SoState *
index : int -> SbColor
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- index
- Type: SystemInt32
Return Value
Type:
SbColorRemarks The public methods are static, they get an instance of the element.
See Also