ESRI.ArcGIS.CartographyTools
DisperseMarkers Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > DisperseMarkers Class > DisperseMarkers Constructor : DisperseMarkers Constructor(Object,Object)




in_point_features
The input point feature layer containing marker representations. (In, Required)
minimum_spacing
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)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_point_features As Object, _
   ByVal minimum_spacing As Object _
)
Visual Basic (Usage)Copy Code
Dim in_point_features As Object
Dim minimum_spacing As Object
 
Dim instance As DisperseMarkers(in_point_features, minimum_spacing)
C# 
public DisperseMarkers( 
   object in_point_features,
   object minimum_spacing
)

Parameters

in_point_features
The input point feature layer containing marker representations. (In, Required)
minimum_spacing
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)

See Also

© 2010 All Rights Reserved.