This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbTable Interface > IDEGdbTable.ModelName Property (ArcObjects .NET 10.5 SDK) |
The model name for the table.
[Visual Basic .NET] Public Property ModelName As String
[C#] public string ModelName {get; set;}
[C++]
HRESULT get_ModelName(
BSTR* ModelName
);
[C++]
HRESULT put_ModelName(
BSTR ModelName
);
[C++]
Parameters ModelName [out, retval] ModelName is a parameter of type BSTR ModelName [in] ModelName is a parameter of type BSTR