ESRI.ArcGIS.CartographyTools
margin Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > FeatureOutlineMasks Class : margin Property




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)

Syntax

Visual Basic (Declaration) 
Public Property margin As Object
Visual Basic (Usage)Copy Code
Dim instance As FeatureOutlineMasks
Dim value As Object
 
instance.margin = value
 
value = instance.margin
C# 
public object margin {get; set;}

See Also

© 2010 All Rights Reserved.