PoItemLegend Constructor (SbVec2f, SbVec2f, String, SbColor) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoItemLegend(
SbVec2f _start,
SbVec2f _end,
string[] _item,
SbColor[] _boxColor
)
Public Sub New (
_start As SbVec2f,
_end As SbVec2f,
_item As String(),
_boxColor As SbColor()
)
public:
PoItemLegend(
SbVec2f _start,
SbVec2f _end,
array<String^>^ _item,
array<SbColor>^ _boxColor
)
new :
_start : SbVec2f *
_end : SbVec2f *
_item : string[] *
_boxColor : SbColor[] -> PoItemLegend
Parameters
- _start
- Type: OIV.InventorSbVec2f
- _end
- Type: OIV.InventorSbVec2f
- _item
- Type: SystemString
- _boxColor
- Type: OIV.InventorSbColor
Remarks See Also