FRAMES | NO FRAMES
CoreDevelopSegmentsParameters Type

GetsService.

Availability: Business Analyst Server.

abstract class AnalysisParameters

Property Description
BaseProfile Base segmentation profile. Type ProfileData.
CoreTargetName Core summary group name. Type String.
DevelopmentalTargetName Developmental summary group name. Type String.
IndexThreshold Index threshold. Type Double.
PercentThreshold Percent composition threshold. Type Double.
TargetGroup Target group. Type TargetGroupData.
TargetProfile Target segmentation profile. Type ProfileData.
UseExistingTargetGroup Option specifying the use of existing target group. Type Boolean.
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 in. 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

Two tapestry segmentation profiles should be specified—the base profile (BaseProfile property) is used for calculation the index and the target profile (TargetProfile property) is used for calculation the percent composition for each Tapestry segment.

Two variations of the report creation are supported: with and without a target group.

Without target group (UseExistingTargetGroup=false), the PercentThreshold and the IndexThreshold properties specify the percent composition and index thresholds, respectively.

With a target group (UseExistingTargetGroup=true), the TargetGroup property specifies the target group and the CoreTargetName and DevelopmentalTargetName properties specify the Core and Developmental summary groups of the target group, respectively.

See Also