ArcObjects Library Reference (DataSourcesRaster)  

IBuildSeamlinesParameters2.Method Property

Method to use for building seamlines.

[Visual Basic .NET]
Public Property Method As esriBuildSeamlinesMethod
[C#]
public esriBuildSeamlinesMethod Method {get; set;}
[C++]
HRESULT get_Method(
  esriBuildSeamlinesMethod* pBuildSealineMethod
);
[C++]
HRESULT put_Method(
  esriBuildSeamlinesMethod pBuildSealineMethod
);
[C++]

Parameters

pBuildSealineMethod [out, retval]

  pBuildSealineMethod is a parameter of type esriBuildSeamlinesMethod

pBuildSealineMethod [in]

  pBuildSealineMethod is a parameter of type esriBuildSeamlinesMethod

Product Availability

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

See Also

IBuildSeamlinesParameters2 Interface