PoLabelHintsElement.GetDefault Method |
Namespace: OIV.MeshViz.ElementsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void GetDefault(
out PoLabelHints. LabelPaths labelPath,
out PoLabelHints. Justifications justif,
out string addString,
out bool isLabelLineVisible
)
Public Shared Sub GetDefault (
<OutAttribute> ByRef labelPath As PoLabelHints.LabelPaths,
<OutAttribute> ByRef justif As PoLabelHints.Justifications,
<OutAttribute> ByRef addString As String,
<OutAttribute> ByRef isLabelLineVisible As Boolean
)
public:
static void GetDefault(
[OutAttribute] PoLabelHints. LabelPaths% labelPath,
[OutAttribute] PoLabelHints. Justifications% justif,
[OutAttribute] String^% addString,
[OutAttribute] bool% isLabelLineVisible
)
static member GetDefault :
labelPath : PoLabelHints. LabelPaths byref *
justif : PoLabelHints. Justifications byref *
addString : string byref *
isLabelLineVisible : bool byref -> unit
Parameters
- labelPath
- Type: OIV.MeshViz.Nodes.PoLabelHints.LabelPaths
- justif
- Type: OIV.MeshViz.Nodes.PoLabelHints.Justifications
- addString
- Type: System.String
- isLabelLineVisible
- Type: System.Boolean
Remarks
See Also