SoTextureCoordinate3ElementGetCoordType Method (SoState, Int32) |
Returns code indicating what has been set in state/element.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoTextureCoordinate3ElementCoordTypes GetCoordType(
SoState state,
int unit
)
Public Shared Function GetCoordType (
state As SoState,
unit As Integer
) As SoTextureCoordinate3ElementCoordTypes
public:
static SoTextureCoordinate3ElementCoordTypes GetCoordType(
SoState^ state,
int unit
)
static member GetCoordType :
state : SoState *
unit : int -> SoTextureCoordinate3ElementCoordTypes
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- unit
- Type: SystemInt32
Return Value
Type:
SoTextureCoordinate3ElementCoordTypesRemarks See Also