This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowSubtypes Interface > IRowSubtypes.InitDefaultValues Method (ArcObjects .NET 10.5 SDK) |
The default values of the row.
[Visual Basic .NET]
Public Sub InitDefaultValues ( _
)
[C#] public void InitDefaultValues ( );
[C++]
HRESULT InitDefaultValues(
void
);
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