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




input_layer
Input line layer from which to create masks. (In, Required)
output_fc
The feature class that will contain the mask features. (Out, Required)
reference_scale
The reference scale used for calculating the masking geometry when masks are specified in page units. This is typically the reference scale of the map. (In, Required)
spatial_reference
The spatial reference for which the masking polygons will be created. This is not the spatial reference that will be assigned to the output feature class. It is the spatial reference of the map in which the masking polygons will be used since the position of symbology may change when features are projected. (In, Required)
margin
The space in page units surrounding the symbolized input features used to create the mask polygon. Typically, masking polygons are created with a small margin around the symbol to improve visual appearance. Margin values are specified in either page units or map units. Most of the time you will want to specify your margin distance value in page units. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_layer As Object, _
   ByVal output_fc As Object, _
   ByVal reference_scale As Double, _
   ByVal spatial_reference As Object, _
   ByVal margin As Object _
)
Visual Basic (Usage)Copy Code
Dim input_layer As Object
Dim output_fc As Object
Dim reference_scale As Double
Dim spatial_reference As Object
Dim margin As Object
 
Dim instance As CulDeSacMasks(input_layer, output_fc, reference_scale, spatial_reference, margin)
C# 
public CulDeSacMasks( 
   object input_layer,
   object output_fc,
   double reference_scale,
   object spatial_reference,
   object margin
)

Parameters

input_layer
Input line layer from which to create masks. (In, Required)
output_fc
The feature class that will contain the mask features. (Out, Required)
reference_scale
The reference scale used for calculating the masking geometry when masks are specified in page units. This is typically the reference scale of the map. (In, Required)
spatial_reference
The spatial reference for which the masking polygons will be created. This is not the spatial reference that will be assigned to the output feature class. It is the spatial reference of the map in which the masking polygons will be used since the position of symbology may change when features are projected. (In, Required)
margin
The space in page units surrounding the symbolized input features used to create the mask polygon. Typically, masking polygons are created with a small margin around the symbol to improve visual appearance. Margin values are specified in either page units or map units. Most of the time you will want to specify your margin distance value in page units. (In, Required)

See Also

© 2010 All Rights Reserved.