ArcObjects Library Reference  (Carto)    

ITinLayer2.ZFactor Property

The Z factor set in the TIN dataset.

[Visual Basic 6.0]
Property ZFactor As Double
[Visual Basic .NET]
Public Property ZFactor As Double
[C#]
public double ZFactor {get; set;}
[Java]
public Double getZFactor()
throws
    IOException,
    AutomationException
[Java]
public void setZFactor(
Double ZFactor
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ZFactor(
  double* ZFactor
);
[C++]
HRESULT put_ZFactor(
  double ZFactor

);

[C++]

Parameters

ZFactor [out, retval]

  ZFactor is a parameter of type double

ZFactor [in]

  ZFactor is a parameter of type double

Product Availability

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

See Also

ITinLayer2 Interface

 


Feedback Send feedback on this page