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




Determines 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)

Syntax

Visual Basic (Declaration) 
Public Property attributes As String
Visual Basic (Usage)Copy Code
Dim instance As IntersectingLayersMasks
Dim value As String
 
instance.attributes = value
 
value = instance.attributes
C# 
public string attributes {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.