Gets the graduations 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 GetGrad(
out PoAxisVisibilities visibility,
out PoAxisGradPositions position,
out PoAxisTextPaths path,
out string fontName,
out float fontSize,
out float distAxis,
out bool addStringVisibility,
out string addString
)
Public Sub GetGrad (
<OutAttribute> ByRef visibility As PoAxisVisibilities,
<OutAttribute> ByRef position As PoAxisGradPositions,
<OutAttribute> ByRef path As PoAxisTextPaths,
<OutAttribute> ByRef fontName As String,
<OutAttribute> ByRef fontSize As Single,
<OutAttribute> ByRef distAxis As Single,
<OutAttribute> ByRef addStringVisibility As Boolean,
<OutAttribute> ByRef addString As String
)
public:
void GetGrad(
[OutAttribute] PoAxisVisibilities% visibility,
[OutAttribute] PoAxisGradPositions% position,
[OutAttribute] PoAxisTextPaths% path,
[OutAttribute] String^% fontName,
[OutAttribute] float% fontSize,
[OutAttribute] float% distAxis,
[OutAttribute] bool% addStringVisibility,
[OutAttribute] String^% addString
)
member GetGrad :
visibility : PoAxisVisibilities byref *
position : PoAxisGradPositions byref *
path : PoAxisTextPaths byref *
fontName : string byref *
fontSize : float32 byref *
distAxis : float32 byref *
addStringVisibility : bool byref *
addString : string byref -> unit
Parameters
- visibility
- Type: OIV.MeshViz.GraphPoAxisVisibilities
- position
- Type: OIV.MeshViz.GraphPoAxisGradPositions
- path
- Type: OIV.MeshViz.GraphPoAxisTextPaths
- fontName
- Type: SystemString
- fontSize
- Type: SystemSingle
- distAxis
- Type: SystemSingle
- addStringVisibility
- Type: SystemBoolean
- addString
- Type: SystemString
Remarks If the axis have never been built, the method return the value of the equivalent field.
See Also