DataManagementTools
split_policy Property
See Also  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace > CreateDomain Class : split_policy Property




The split policy of the created domain. The behavior of an attribute's values when a feature that is split is controlled by its split policy. DEFAULT—The attributes of the two resulting features take on the default value of the attribute of the given feature class or subtype. DUPLICATE—The attribute of the two resulting features takes on a copy of the original object's attribute value. GEOMETRY_RATIO—The attributes of resulting features are a ratio of the original feature's value. The ratio is based on the proportion into which the original geometry is divided. If the geometry is divided equally, each new feature's attribute gets one-half the value of the original object's attribute. The geometry ratio policy only applies to range domains. {DEFAULT | DUPLICATE | GEOMETRY_RATIO} (In, Optional)

Syntax

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