SoOffscreenTilePropertyGetTileCount Method |
Note: This API is now obsolete.
Use TileCount property instead.
Returns the number of tiles renderered so far.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use TileCount property instead.")]
public int GetTileCount()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use TileCount property instead.")>
Public Function GetTileCount As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use TileCount property instead.")]
int GetTileCount()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use TileCount property instead.")>]
member GetTileCount : unit -> int
Return Value
Type:
Int32
See Also