The default values of the row.
[Visual Basic .NET]
Public Sub InitDefaultValues ( _
)
[C#] public void InitDefaultValues ( );
[C++]
HRESULT InitDefaultValues(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
When creating new objects within ArcMap, the default subtype and any default values are automatically set. When objects are created programmatically, the default subtype and default values are not automatically set. InitDefaultValues will populate fields with the specified default values.
All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation