PoPolarLogAxisGetLogGrad Method |
Returns the current logarithmic graduations attributes (those computed can be different from the associated fields).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetLogGrad(
out ushort numDecade,
ushort[] decadeList,
out PoPolarLogAxisTenPowGradReps tenPowerRep,
out PoPolarLogAxisDecadeReps decadeRep,
out string decadeFontName,
out float decadeFontSize
)
Public Sub GetLogGrad (
<OutAttribute> ByRef numDecade As UShort,
decadeList As UShort(),
<OutAttribute> ByRef tenPowerRep As PoPolarLogAxisTenPowGradReps,
<OutAttribute> ByRef decadeRep As PoPolarLogAxisDecadeReps,
<OutAttribute> ByRef decadeFontName As String,
<OutAttribute> ByRef decadeFontSize As Single
)
public:
void GetLogGrad(
[OutAttribute] unsigned short% numDecade,
array<unsigned short>^ decadeList,
[OutAttribute] PoPolarLogAxisTenPowGradReps% tenPowerRep,
[OutAttribute] PoPolarLogAxisDecadeReps% decadeRep,
[OutAttribute] String^% decadeFontName,
[OutAttribute] float% decadeFontSize
)
member GetLogGrad :
numDecade : uint16 byref *
decadeList : uint16[] *
tenPowerRep : PoPolarLogAxisTenPowGradReps byref *
decadeRep : PoPolarLogAxisDecadeReps byref *
decadeFontName : string byref *
decadeFontSize : float32 byref -> unit
Parameters
- numDecade
- Type: SystemUInt16
- decadeList
- Type: SystemUInt16
- tenPowerRep
- Type: OIV.MeshViz.GraphPoPolarLogAxisTenPowGradReps
- decadeRep
- Type: OIV.MeshViz.GraphPoPolarLogAxisDecadeReps
- decadeFontName
- Type: SystemString
- decadeFontSize
- Type: SystemSingle
Remarks See Also