ESRI.ArcGIS.CartographyTools
dispersal_pattern Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > DisperseMarkers Class : dispersal_pattern Property




Specifies the pattern in which the dispersed representation markers are placed. A group of markers will have a center of mass derived from the locations of each marker in the group. The center of mass is then used as the anchor point around which the dispersal pattern operates. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property dispersal_pattern As String
Visual Basic (Usage)Copy Code
Dim instance As DisperseMarkers
Dim value As String
 
instance.dispersal_pattern = value
 
value = instance.dispersal_pattern
C# 
public string dispersal_pattern {get; set;}

See Also

© 2010 All Rights Reserved.