DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.SetFieldsDefaulRuleValue | Methods | Properties
Applies default values defined by field rules to the current shape.
// C# public void SetFieldsDefaulRuleValue();
' VisualBasic Public Sub SetFieldsDefaulRuleValue()
// Oxygene public procedure SetFieldsDefaulRuleValue;
PURPOSE: Initialize attribute values for a newly created or edited shape using defaults configured in field rules.
BEHAVIOR: Iterates through fields in the current shape and assigns rule-defined default values where applicable.
CONSTRAINTS: Valid only in the current shape editing context and affects only fields that have default rules defined.