Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void GetReal(
out SbVec3d v
)
Public Sub GetReal (
<OutAttribute> ByRef v As SbVec3d
)
public:
void GetReal(
[OutAttribute] SbVec3d% v
)
member GetReal :
v : SbVec3d byref -> unit
Parameters
- v
- Type: OIV.InventorSbVec3d
See Also