This document is archived and information here might be outdated. Recommended version. |
Z Factor.
[Visual Basic .NET]
Public Property ZFactor As Double
[C#]
public double ZFactor {get; set;}
[C++]
HRESULT get_ZFactor(
double pZfactor
);
[C++]
HRESULT put_ZFactor(
System.Double* pZfactor
);
[C++] Parameters pZfactor [in]
pZfactor is a parameter of type double pZfactor [out, retval]
pZfactor is a parameter of type double*