Sets the style attributes for the shapes in the IdentifyResults. Call this method before calling ToVEShapeLayer.

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

Syntax

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

Parameters

lineColor
Type: VEColor
Color for lines, if any exist in the IdentifyResults.
lineWidth
Type: Number
Width for lines, if any exist in the IdentifyResults.
fillColor
Type: VEColor
Color for fills of polygons, if any exist in the IdentifyResults.
showIcon
Type: Boolean
If false, the pushpin icons for features will not be shown.
title
Type: String
If set, value will be used as the title that appears when the user hovers over the icons.
content
Type: String
If set, value will be used as the description in the information box for the features.
customIcon
Type: String
A String object containing either a URL to an image, custom HTML that defines the custom icon, or a VECustomIconSpecification object.
indexArray
Type: array<Number>[]()[]
If set, the value is an array of indices of the features to be updated. Use this parameter to set styles for a portion of the polygons in the BufferResults.

See Also