SoSFImageGetValue Method (SbVec2s, Int32) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbNativeArray<byte> GetValue(
out SbVec2s size,
out int nc
)
Public Function GetValue (
<OutAttribute> ByRef size As SbVec2s,
<OutAttribute> ByRef nc As Integer
) As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ GetValue(
[OutAttribute] SbVec2s% size,
[OutAttribute] int% nc
)
member GetValue :
size : SbVec2s byref *
nc : int byref -> SbNativeArray<byte>
Parameters
- size
- Type: OIV.InventorSbVec2s
- nc
- Type: SystemInt32
Return Value
Type:
SbNativeArrayByteRemarks Convenience method for the unsigned char datatype.
See Also