PoPolarLogAxis Constructor (Single, Single, Single, Single, PoPolarLogAxisDecadeListDefs, UInt16) |
Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, decadeListDef, decadeList, System.Int16(0)).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoPolarLogAxis(
float offset,
float startRadius,
float endRadius,
float theta,
PoPolarLogAxisDecadeListDefs decadeListDef,
ushort[] decadeList
)
Public Sub New (
offset As Single,
startRadius As Single,
endRadius As Single,
theta As Single,
decadeListDef As PoPolarLogAxisDecadeListDefs,
decadeList As UShort()
)
public:
PoPolarLogAxis(
float offset,
float startRadius,
float endRadius,
float theta,
PoPolarLogAxisDecadeListDefs decadeListDef,
array<unsigned short>^ decadeList
)
new :
offset : float32 *
startRadius : float32 *
endRadius : float32 *
theta : float32 *
decadeListDef : PoPolarLogAxisDecadeListDefs *
decadeList : uint16[] -> PoPolarLogAxis
Parameters
- offset
- Type: SystemSingle
- startRadius
- Type: SystemSingle
- endRadius
- Type: SystemSingle
- theta
- Type: SystemSingle
- decadeListDef
- Type: OIV.MeshViz.GraphPoPolarLogAxisDecadeListDefs
- decadeList
- Type: SystemUInt16
Remarks See Also