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