Click or drag to resize
SoOffscreenRendererAbortCodes Enumeration

Possible return codes from a render abort callback.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum AbortCodes
Members
  Member nameValueDescription
CONTINUE0

Continue rendering as usual.

ABORT1

Stop rendering the rest of the big image.

Remarks
See Also