SoOffscreenTileObserverTileUpdated Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic abstract SoOffscreenRendererAbortCodes TileUpdated(
SoOffscreenRenderer offscreen,
SoOffscreenTileProperty tileProperty,
int numTiles
)
Public MustOverride Function TileUpdated (
offscreen As SoOffscreenRenderer,
tileProperty As SoOffscreenTileProperty,
numTiles As Integer
) As SoOffscreenRendererAbortCodes
public:
virtual SoOffscreenRendererAbortCodes TileUpdated(
SoOffscreenRenderer^ offscreen,
SoOffscreenTileProperty tileProperty,
int numTiles
) abstract
abstract TileUpdated :
offscreen : SoOffscreenRenderer *
tileProperty : SoOffscreenTileProperty *
numTiles : int -> SoOffscreenRendererAbortCodes
Parameters
- offscreen
- Type: OIV.InventorSoOffscreenRenderer
- tileProperty
- Type: OIV.InventorSoOffscreenTileProperty
- numTiles
- Type: SystemInt32
Return Value
Type:
SoOffscreenRendererAbortCodes
See Also