SoMarkerupToDown Property |
if true, marker bitmap is described from down to up (that is bytes[0] is the left bottom corner of the bitmap), otherwise from up to down (that is bytes[0] is the top left corner).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFBool upToDown { get; }
Public ReadOnly Property upToDown As SoSFBool
Get
public:
property SoSFBool^ upToDown {
SoSFBool^ get ();
}
member upToDown : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks See Also