CartographyTools
CulDeSacMasks Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.CartographyTools Namespace : CulDeSacMasks Class




The following tables list the members exposed by CulDeSacMasks.

Public Constructors

 NameDescription
public ConstructorCulDeSacMasks ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public PropertyattributesDetermines which attributes will be transferred from the input features to the output features. ONLY_FID: Only the FID field from the input features will be transferred to the output features. This is the default. NO_FID: All the attributes except the FID from the input features will be transferred to the output features. ALL: All the attributes from the input features will be transferred to the output features. {ONLY_FID | NO_FID | ALL} (In, Optional)  
public Propertyinput_layerInput layer from which to create masks. (In, Required)  
public PropertymarginThe 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)  
public Propertyoutput_fcThe feature class that will contain the mask features. (Out, Required)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertyreference_scaleThe reference scale used for calculating the masking geometry. This is typically the reference scale of the map. (In, Required)  
public Propertyspatial_referenceThe 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)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.