SoOffscreenTileProperty.GetSize 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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Size property instead.")]
public SbVec2i32 GetSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use Size property instead.")>
Public Function GetSize As SbVec2i32
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use Size property instead.")]
SbVec2i32 GetSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use Size property instead.")>]
member GetSize : unit -> SbVec2i32
Return Value
Type:
SbVec2i32
See Also