PoSingleHistogram Constructor (SbVec2f, Single, PoHistogramTypes, Single, String) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoSingleHistogram(
SbVec2f _start,
float _end,
PoHistogramTypes _type,
float[] _value,
string[] _name
)
Public Sub New (
_start As SbVec2f,
_end As Single,
_type As PoHistogramTypes,
_value As Single(),
_name As String()
)
public:
PoSingleHistogram(
SbVec2f _start,
float _end,
PoHistogramTypes _type,
array<float>^ _value,
array<String^>^ _name
)
new :
_start : SbVec2f *
_end : float32 *
_type : PoHistogramTypes *
_value : float32[] *
_name : string[] -> PoSingleHistogram
Parameters
- _start
- Type: OIV.InventorSbVec2f
- _end
- Type: SystemSingle
- _type
- Type: OIV.MeshViz.GraphPoHistogramTypes
- _value
- Type: SystemSingle
- _name
- Type: SystemString
Remarks See Also