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


ISurfaceOp2.Aspect2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IS > ISurfaceOp2 Interface > ISurfaceOp2.Aspect2 Method
ArcGIS Developer Help

ISurfaceOp2.Aspect2 Method

Calculates Aspect.

[Visual Basic .NET]
Public Function Aspect2 ( _
    ByVal GeoDataset As IGeoDataset, _
    [ByVal aspectMethod As esriGeoAnalysisAspectMethodEnum], _
    [ByVal ZMetersPerUnit As Double] _
) As IGeoDataset
[C#]
public IGeoDataset Aspect2 (
    IGeoDataset GeoDataset,
    esriGeoAnalysisAspectMethodEnum aspectMethod,
    double ZMetersPerUnit
);
[C++]
HRESULT Aspect2(
  IGeoDataset* GeoDataset,
  esriGeoAnalysisAspectMethodEnum aspectMethod,
  double ZMetersPerUnit
);
[C++]
Parameters
GeoDataset [in]

GeoDataset is a parameter of type IGeoDataset* aspectMethod [in, optional]
aspectMethod is a parameter of type esriGeoAnalysisAspectMethodEnum ZMetersPerUnit [in, optional]
ZMetersPerUnit is a parameter of type double

Product Availability

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

See Also

ISurfaceOp2 Interface