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




The minimum separation distance between individual markers, in page units. A distance must be specified and must be greater than or equal to zero. When a positive value is specified, markers will be separated by that value; when a value of zero is specified, markers will be touching. The default page unit is Points. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.