This document is archived and information here might be outdated.  Recommended version.


IDynamicSurface3.ZFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDynamicSurface3 Interface > IDynamicSurface3.ZFactor Property
ArcGIS Developer Help

IDynamicSurface3.ZFactor Property

Multiplication factor applied to all z values to provide unit-congruency between coordinate components.

[Visual Basic .NET]
Public Property ZFactor As Double
[C#]
public double ZFactor {get; set;}
[C++]
HRESULT get_ZFactor(
  System.Double* pFactor
);
[C++]
HRESULT put_ZFactor(
  double pFactor
);
[C++]
Parameters
pFactor [out, retval]

pFactor is a parameter of type double* pFactor [in]
pFactor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicSurface3 Interface