SoTextureCoordinateElementGetType Method (SoState, Int32) |
Note: This API is now obsolete.
Obsolete
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9300. Use GetCoordType(SoState, int) method instead.")]
public static SoTextureCoordinateElementCoordTypes GetType(
SoState state,
int unit
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9300. Use GetCoordType(SoState, int) method instead.")>
Public Shared Function GetType (
state As SoState,
unit As Integer
) As SoTextureCoordinateElementCoordTypes
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 9300. Use GetCoordType(SoState, int) method instead.")]
static SoTextureCoordinateElementCoordTypes GetType(
SoState^ state,
int unit
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9300. Use GetCoordType(SoState, int) method instead.")>]
static member GetType :
state : SoState *
unit : int -> SoTextureCoordinateElementCoordTypes
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- unit
- Type: SystemInt32
Return Value
Type:
SoTextureCoordinateElementCoordTypesRemarks See Also