CartographyTools
CulDeSacMasks Constructor(Object,Object,Double,Object,Object)
See Also  Send Feedback
ESRI.ArcGIS.CartographyTools Namespace > CulDeSacMasks Class > CulDeSacMasks Constructor : CulDeSacMasks Constructor(Object,Object,Double,Object,Object)




input_layer
Input 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. 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. (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 New 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 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. 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. (In, Required)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.