AnalysisTools
split_field Property
See Also  Send Feedback
ESRI.ArcGIS.AnalysisTools Namespace > Split Class : split_field Property




The field in the split feature class that will be used to split the Input Features. This field's values will be used to identify Split Features for clipping each output feature class. The Split Field's unique values will be used as the output feature classes' names. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property split_field As Object
Visual Basic (Usage)Copy Code
Dim instance As Split
Dim value As Object
 
instance.split_field = value
 
value = instance.split_field
C# 
public object split_field {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.