SoTextureImage3ElementGetDefault Method |
Returns the default texture image.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SbNativeArray<byte> GetDefault(
out SbVec3s s,
out int nc
)
Public Shared Function GetDefault (
<OutAttribute> ByRef s As SbVec3s,
<OutAttribute> ByRef nc As Integer
) As SbNativeArray(Of Byte)
public:
static SbNativeArray<unsigned char>^ GetDefault(
[OutAttribute] SbVec3s% s,
[OutAttribute] int% nc
)
static member GetDefault :
s : SbVec3s byref *
nc : int byref -> SbNativeArray<byte>
Parameters
- s
- Type: OIV.InventorSbVec3s
- nc
- Type: SystemInt32
Return Value
Type:
SbNativeArrayByteRemarks See Also