PoLogAxisGetMultFactor Method |
Returns the current multiplicative factor 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 GetMultFactor(
out PoLogAxisMultFactorPositions position,
out float distAxis
)
Public Sub GetMultFactor (
<OutAttribute> ByRef position As PoLogAxisMultFactorPositions,
<OutAttribute> ByRef distAxis As Single
)
public:
void GetMultFactor(
[OutAttribute] PoLogAxisMultFactorPositions% position,
[OutAttribute] float% distAxis
)
member GetMultFactor :
position : PoLogAxisMultFactorPositions byref *
distAxis : float32 byref -> unit
Parameters
- position
- Type: OIV.MeshViz.GraphPoLogAxisMultFactorPositions
- distAxis
- Type: SystemSingle
Remarks See Also