FRAMES | NO FRAMES
PointsInPolygonReportParameters Type

Parameters of PointsInPolygonReport task.

Availability: Business Analyst Server.

class PointsInPolygonReportParameters : StandardReportParameters

Property Description
AdditionalFields (optional) Additional fields of the FeatureLayer layer. Type String[].
AnalysisExtent (optional) Data extent to restrict the analysis. Type ExtentData.
BoundaryIDField Name of the unique area ID field in the BoundaryLayer layer. Type String.
BoundaryLayer The polygon layer with areas used in the report. Type DataLayer.
FeatureLayer The point layer containing point features with locations that are tested within areas of the BoundaryLayer layer. Type PointLayer.
ReportOrientation (optional) Orientation of the report. Default orientation is the portrait orientation. Type esriReportOrientation.
StandardReportOptions Report parameters. The TemplateName parameter is ignored. Type ReportOptions. Available with Business Analyst Server 9.3.1. Inherited from StandardReportParameters.
ActiveDatasetID ID of the active dataset. Type String. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. Inherited from AnalysisParameters.
OutputSpatialReference An option specifying the spatial reference to return the output feature layer. Type SpatialReference. If this parameter is missing, the output record set will be returned in the default spatial reference. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
ReturnGeometry An option specifying the presence of the shape attribute in the returned record set. Type Boolean. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
Default: true.

Remarks

The analysis can be restricted to an analysis extent if the AnalysisExtent property is specified.

The AdditionalFields property allows you to show additional fields of the boundary layer in the report.

See Also