Gets the title axis attributes computed by the last axis rebuilding.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetTitle(
out PoAxisVisibilities visibility,
out PoAxisTitlePositions position,
out PoAxisTextPaths path,
out string fontName,
out float fontSize,
out float distAxis,
out string string
)
Public Sub GetTitle (
<OutAttribute> ByRef visibility As PoAxisVisibilities,
<OutAttribute> ByRef position As PoAxisTitlePositions,
<OutAttribute> ByRef path As PoAxisTextPaths,
<OutAttribute> ByRef fontName As String,
<OutAttribute> ByRef fontSize As Single,
<OutAttribute> ByRef distAxis As Single,
<OutAttribute> ByRef string As String
)
public:
void GetTitle(
[OutAttribute] PoAxisVisibilities% visibility,
[OutAttribute] PoAxisTitlePositions% position,
[OutAttribute] PoAxisTextPaths% path,
[OutAttribute] String^% fontName,
[OutAttribute] float% fontSize,
[OutAttribute] float% distAxis,
[OutAttribute] String^% string
)
member GetTitle :
visibility : PoAxisVisibilities byref *
position : PoAxisTitlePositions byref *
path : PoAxisTextPaths byref *
fontName : string byref *
fontSize : float32 byref *
distAxis : float32 byref *
string : string byref -> unit
Parameters
- visibility
- Type: OIV.MeshViz.GraphPoAxisVisibilities
- position
- Type: OIV.MeshViz.GraphPoAxisTitlePositions
- path
- Type: OIV.MeshViz.GraphPoAxisTextPaths
- fontName
- Type: SystemString
- fontSize
- Type: SystemSingle
- distAxis
- Type: SystemSingle
- string
- Type: SystemString
Remarks If the axis have never been built, the method return the value of the equivalent field.
See Also