Defines the current marker data buffer.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFUByte bitmap { get; }
Public ReadOnly Property bitmap As SoMFUByte
Get
public:
property SoMFUByte^ bitmap {
SoMFUByte^ get ();
}
member bitmap : SoMFUByte with get
Property Value
Type:
SoMFUByteRemarks Note that each pixel row of the marker must use a whole number of bytes. Padding is thus needed at the end of each row if row size is not a multiple of 8.
See Also