PoLabelField Constructor (SbVec2f, String, Single, Single) |
Calls PoLabelField(_point, _string, _value, _fontSize, OIV.MeshViz.Graph.PoLabelField.ConcatTypes( .PoLabelField.STRING_BEFORE_VALUE ), OIV.MeshViz.Graph.PoLabelField.Justifications( .PoLabelField.LEFT ), OIV.MeshViz.Graph.PoLabelField.VerticalJustifications( .PoLabelField.BASE )).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoLabelField(
SbVec2f[] _point,
string[] _string,
float[] _value,
float _fontSize
)
Public Sub New (
_point As SbVec2f(),
_string As String(),
_value As Single(),
_fontSize As Single
)
public:
PoLabelField(
array<SbVec2f>^ _point,
array<String^>^ _string,
array<float>^ _value,
float _fontSize
)
new :
_point : SbVec2f[] *
_string : string[] *
_value : float32[] *
_fontSize : float32 -> PoLabelField
Parameters
- _point
- Type: OIV.InventorSbVec2f
- _string
- Type: SystemString
- _value
- Type: SystemSingle
- _fontSize
- Type: SystemSingle
Remarks See Also