The features containing a tabular field whose unique values will be used to split the Input Features and provide the output feature class names. (In, Required)
Syntax
Visual Basic (Declaration) | |
---|
Public Property split_features As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Split
Dim value As Object
instance.split_features = value
value = instance.split_features |
C# | |
---|
public object split_features {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