SoTextureCoordinateElement.GetCoordType Method (SoState, Int32) |
Returns code indicating what has been set in state/element.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static SoTextureCoordinateElement. CoordTypes GetCoordType(
SoState state,
int unit
)
Public Shared Function GetCoordType (
state As SoState,
unit As Integer
) As SoTextureCoordinateElement.CoordTypes
public:
static SoTextureCoordinateElement. CoordTypes GetCoordType(
SoState^ state,
int unit
)
static member GetCoordType :
state : SoState *
unit : int -> SoTextureCoordinateElement. CoordTypes
Parameters
- state
- Type: OIV.Inventor.Misc.SoState
- unit
- Type: System.Int32
Return Value
Type:
SoTextureCoordinateElement.CoordTypes
Remarks
See Also