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




in_point_features
The input point feature layer containing marker representations. (In, Required)
in_line_or_polygon_features
The input line or polygon feature layer containing stroke or fill representations. (In, Required)
search_distance
The search distance from graphical marker edge to graphical stroke edge. A distance greater than or equal to zero must be specified. (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 in_line_or_polygon_features As Object, _
   ByVal search_distance As Object _
)
Visual Basic (Usage)Copy Code
Dim in_point_features As Object
Dim in_line_or_polygon_features As Object
Dim search_distance As Object
 
Dim instance As AlignMarkerToStrokeOrFill(in_point_features, in_line_or_polygon_features, search_distance)
C# 
public AlignMarkerToStrokeOrFill( 
   object in_point_features,
   object in_line_or_polygon_features,
   object search_distance
)

Parameters

in_point_features
The input point feature layer containing marker representations. (In, Required)
in_line_or_polygon_features
The input line or polygon feature layer containing stroke or fill representations. (In, Required)
search_distance
The search distance from graphical marker edge to graphical stroke edge. A distance greater than or equal to zero must be specified. (In, Required)

See Also

© 2010 All Rights Reserved.