This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* ReturnSAPolygons
);
[C++] Parameters ReturnSAPolygons [in]
ReturnSAPolygons is a parameter of type bool ReturnSAPolygons [out, retval]
ReturnSAPolygons is a parameter of type bool*