| SoTextureUnitElementGetMaxTextureUnit Method (SoState) | 
Returns the maximum texture units. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
 Syntax
Syntaxpublic static int GetMaxTextureUnit(
	SoState state
)
Public Shared Function GetMaxTextureUnit ( 
	state As SoState
) As Integer
public:
static int GetMaxTextureUnit(
	SoState^ state
)
static member GetMaxTextureUnit : 
        state : SoState -> int 
Parameters
- state
- Type: OIV.Inventor.MiscSoState
 
Return Value
Type: 
Int32 Remarks
Remarks See Also
See Also