CartographyTools
method Property
See Also  Send Feedback
ESRI.ArcGIS.CartographyTools Namespace > IntersectingLayersMasks Class : method Property




The type of masking geometry created. There are three types: BOX: A polygon representing the extent of the symbolized feature. CONVEX_HULL: The convex hull of the symbolized geometry of the feature. This is the default. EXACT_SIMPLIFIED: A generalized polygon representing the exact shape of the symbolized feature. Polygons created with this method will have a significantly smaller number of vertices compared to polygons created with the EXACT method. EXACT: A polygon representing the exact shape of the symbolized feature. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property method As String
Visual Basic (Usage)Copy Code
Dim instance As IntersectingLayersMasks
Dim value As String
 
instance.method = value
 
value = instance.method
C# 
public string method {get; set;}

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.