PoPolarLogAxis Constructor (Single, Single, Single, Single) |
Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, OIV.MeshViz.Graph.PoPolarLogAxis.DecadeListDefs( .PoPolarLogAxis.DECADE_LIST_AUTO ), (cli.array<System.UInt16>^)nullptr, 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
)
Public Sub New (
offset As Single,
startRadius As Single,
endRadius As Single,
theta As Single
)
public:
PoPolarLogAxis(
float offset,
float startRadius,
float endRadius,
float theta
)
new :
offset : float32 *
startRadius : float32 *
endRadius : float32 *
theta : float32 -> PoPolarLogAxis
Parameters
- offset
- Type: SystemSingle
- startRadius
- Type: SystemSingle
- endRadius
- Type: SystemSingle
- theta
- Type: SystemSingle
Remarks See Also