| PoLabelField Constructor (SbVec2f, String, Single, Single, PoLabelFieldConcatTypes) | 
Calls PoLabelField(_point, _string, _value, _fontSize, type, 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoLabelField(
	SbVec2f[] _point,
	string[] _string,
	float[] _value,
	float _fontSize,
	PoLabelFieldConcatTypes type
)
Public Sub New ( 
	_point As SbVec2f(),
	_string As String(),
	_value As Single(),
	_fontSize As Single,
	type As PoLabelFieldConcatTypes
)
public:
PoLabelField(
	array<SbVec2f>^ _point, 
	array<String^>^ _string, 
	array<float>^ _value, 
	float _fontSize, 
	PoLabelFieldConcatTypes type
)
new : 
        _point : SbVec2f[] * 
        _string : string[] * 
        _value : float32[] * 
        _fontSize : float32 * 
        type : PoLabelFieldConcatTypes -> PoLabelFieldParameters
- _point
 - Type: OIV.InventorSbVec2f
 - _string
 - Type: SystemString
 - _value
 - Type: SystemSingle
 - _fontSize
 - Type: SystemSingle
 - type
 - Type: OIV.MeshViz.GraphPoLabelFieldConcatTypes
 
Remarks
See Also