PbLinearDataMappingGetValues Method (Single, Single, Single, Single) |
Gets the current values v1,v2 and the associated HLS colors c1, c2.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetValues(
out float v1,
float[] c1,
out float v2,
float[] c2
)
Public Sub GetValues (
<OutAttribute> ByRef v1 As Single,
c1 As Single(),
<OutAttribute> ByRef v2 As Single,
c2 As Single()
)
public:
void GetValues(
[OutAttribute] float% v1,
array<float>^ c1,
[OutAttribute] float% v2,
array<float>^ c2
)
member GetValues :
v1 : float32 byref *
c1 : float32[] *
v2 : float32 byref *
c2 : float32[] -> unit
Parameters
- v1
- Type: SystemSingle
- c1
- Type: SystemSingle
- v2
- Type: SystemSingle
- c2
- Type: SystemSingle
Remarks See Also