SoVolumeDetailGetProfileValue Method (Int32, SbVec3i32) |
Calls GetProfileValue(index, pos, objPos, false).
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public long GetProfileValue(
int index,
out SbVec3i32 pos
)
Public Function GetProfileValue (
index As Integer,
<OutAttribute> ByRef pos As SbVec3i32
) As Long
public:
long long GetProfileValue(
int index,
[OutAttribute] SbVec3i32% pos
)
member GetProfileValue :
index : int *
pos : SbVec3i32 byref -> int64
Parameters
- index
- Type: SystemInt32
- pos
- Type: OIV.InventorSbVec3i32
Return Value
Type:
Int64Remarks See Also