Sets the style attributes for the shapes in the AddressCandidates. These styles are used when ToVEShapeLayer is called to create a VEShapeLayer from the addresses candidates.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function SetShapeStyle(
	customIcon : String, 
	showIcon : Boolean, 
	title : String, 
	content : String, 
	indexArray : array<Number>[]()[]
)

Parameters

customIcon
Type: String
A String object containing either a URL to an image, custom HTML that defines the custom icon, or a VECustomIconSpecification object.
showIcon
Type: Boolean
If false, the icons will not be shown for polygon or polyline shapes.
title
Type: String
If set, the value will be used as the title for the VE shapes.
content
Type: String
If set, value will be used as the description for the VE shapes.
indexArray
Type: array<Number>[]()[]
If set, the value is an array of indices of the features within the Candidates to be updated with the styles passed to the method.

See Also