SoTextureCoordinateElementGetType Method (SoState) |
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) method instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static SoTextureCoordinateElementCoordTypes GetType(
SoState state
)
<ObsoleteAttribute("Obsolete since Open Inventor 9300. Use GetCoordType(SoState) method instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetType (
state As SoState
) As SoTextureCoordinateElementCoordTypes
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 9300. Use GetCoordType(SoState) method instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SoTextureCoordinateElementCoordTypes GetType(
SoState^ state
)
[<ObsoleteAttribute("Obsolete since Open Inventor 9300. Use GetCoordType(SoState) method instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetType :
state : SoState -> SoTextureCoordinateElementCoordTypes
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoTextureCoordinateElementCoordTypesRemarks See Also