This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEditTemplate Interface > IEditTemplate.DefaultValue Property (ArcObjects .NET 10.4 SDK) |
Gets the default value for the given field.
[Visual Basic .NET] Public Function get_DefaultValue ( _ ByVal Field As String _ ) As Object
[C#] public object get_DefaultValue ( string Field );
[C++]
HRESULT get_DefaultValue(
BSTR Field,
VARIANT* Value
);
[C++]
Parameters Field [in] Field is a parameter of type BSTR Value [out, retval] Value is a parameter of type VARIANT
Returns the current value for the given field in the template.