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