SoTextureUnitElementIsImageMapping Method |
Indicate if one unit among the current unit list corresponds to an IMAGE_MAPPING.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static int IsImageMapping(
SoState state
)
Public Shared Function IsImageMapping (
state As SoState
) As Integer
public:
static int IsImageMapping(
SoState^ state
)
static member IsImageMapping :
state : SoState -> int
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
Int32
RemarksThe first corresponding unit found is returned, -1 otherwise.
See Also