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


IGPSANeighborhood2.SetIrregularFile Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSANeighborhood2.SetIrregularFile Method

Sets an irregular neighborhood by a file.

[Visual Basic .NET]
Public Sub SetIrregularFile ( _
    ByVal fileName As String _
)
[C#]
public void SetIrregularFile (
    string fileName
);
[C++]
HRESULT SetIrregularFile(
  BSTR fileName
);
[C++]

Parameters fileName [in] fileName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSANeighborhood2 Interface