SoSFImageHasSubTextures Method |
Returns true if subTextures have been defined or false if none have been defined.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool HasSubTextures(
out int numSubTextures
)
Public Function HasSubTextures (
<OutAttribute> ByRef numSubTextures As Integer
) As Boolean
public:
bool HasSubTextures(
[OutAttribute] int% numSubTextures
)
member HasSubTextures :
numSubTextures : int byref -> bool
Parameters
- numSubTextures
- Type: SystemInt32
Return Value
Type:
BooleanRemarks Also returns the number of subTextures defined.
See Also