SoRasterImageRWWriteHeader Method (SbVec2i32) |
Writes and encodes the header for this specific format.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool WriteHeader(
SbVec2i32 size
)
Public Function WriteHeader (
size As SbVec2i32
) As Boolean
public:
bool WriteHeader(
SbVec2i32 size
)
member WriteHeader :
size : SbVec2i32 -> bool
Parameters
- size
- Type: OIV.InventorSbVec2i32
Return Value
Type:
BooleanRemarks Returns true if successful. The parameter is the size of the whole raster image to be saved. Use for sizes with at least one side greater than 32767.
See Also