PoItemLegend Constructor (SbVec2f, SbVec2f, String) |
Calls PoItemLegend(_start, _end, _item, (cli.array<OIV.Inventor.SbColor>^)nullptr).
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
)
Public Sub New (
_start As SbVec2f,
_end As SbVec2f,
_item As String()
)
public:
PoItemLegend(
SbVec2f _start,
SbVec2f _end,
array<String^>^ _item
)
new :
_start : SbVec2f *
_end : SbVec2f *
_item : string[] -> PoItemLegend
Parameters
- _start
- Type: OIV.InventorSbVec2f
- _end
- Type: OIV.InventorSbVec2f
- _item
- Type: SystemString
Remarks See Also