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