SoOffscreenTilePropertyGetSize Method |
Note: This API is now obsolete.
Use Size property instead.
Returns the size of the tile.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use Size property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbVec2i32 GetSize()
<ObsoleteAttribute("Use Size property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetSize As SbVec2i32
public:
[ObsoleteAttribute(L"Use Size property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SbVec2i32 GetSize()
[<ObsoleteAttribute("Use Size property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetSize : unit -> SbVec2i32
Return Value
Type:
SbVec2i32
See Also