Click or drag to resize
SoMarkerbitmap Property

Defines the current marker data buffer.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFUByte bitmap { get; }

Property Value

Type: SoMFUByte
Remarks

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