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