SoTextureNameElementSet Method |
Sets the current texture name.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode node,
string textureName
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
textureName As String
)
public:
static void Set(
SoState^ state,
SoNode^ node,
String^ textureName
)
static member Set :
state : SoState *
node : SoNode *
textureName : string -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- textureName
- Type: SystemString
Remarks See Also