ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaParams.ReturnSAPolygons Property

Indicates if the output SAPolygons recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnSAPolygons As Boolean
[C#]
public bool ReturnSAPolygons {get; set;}
[C++]
HRESULT get_ReturnSAPolygons(
  VARIANT_BOOL* ReturnSAPolygons
);
[C++]
HRESULT put_ReturnSAPolygons(
  VARIANT_BOOL ReturnSAPolygons
);
[C++]

Parameters

ReturnSAPolygons [out, retval]   ReturnSAPolygons is a parameter of type VARIANT_BOOL ReturnSAPolygons [in]   ReturnSAPolygons is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INAServerServiceAreaParams Interface

.NET Samples

Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |