SoSFImageGetValue Method (SbVec2i32, 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 SbVec2i32 size,
out int nc
)
Public Function GetValue (
<OutAttribute> ByRef size As SbVec2i32,
<OutAttribute> ByRef nc As Integer
) As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ GetValue(
[OutAttribute] SbVec2i32% size,
[OutAttribute] int% nc
)
member GetValue :
size : SbVec2i32 byref *
nc : int byref -> SbNativeArray<byte>
Parameters
- size
- Type: OIV.InventorSbVec2i32
- nc
- Type: SystemInt32
Return Value
Type:
SbNativeArrayByteRemarks See Also