SbViewVolumeGetHeight Method |
Note: This API is now obsolete.
Use Height property instead.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.2.3.Release.c1a14b01e6296bf517288683d75c01bbe269b3dc
Syntax[ObsoleteAttribute("Use Height property instead")]
public float GetHeight()
<ObsoleteAttribute("Use Height property instead")>
Public Function GetHeight As Single
public:
[ObsoleteAttribute(L"Use Height property instead")]
float GetHeight()
[<ObsoleteAttribute("Use Height property instead")>]
member GetHeight : unit -> float32
Return Value
Type:
Single
See Also