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