This document is archived and information here might be outdated.  Recommended version.


IDEGdbTable.ModelName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbTable Interface > IDEGdbTable.ModelName Property
ArcGIS Developer Help

IDEGdbTable.ModelName Property

The model name for the table.

[Visual Basic .NET]
Public Property ModelName As String
[C#]
public string ModelName {get; set;}
[C++]
HRESULT get_ModelName(
  System.String* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEGdbTable Interface