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


IMxdServer.TOCInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMxdServer Interface > IMxdServer.TOCInfo Property
ArcGIS Developer Help

IMxdServer.TOCInfo Property

The TOC Information.

[Visual Basic .NET]
Public Function get_TOCInfo ( _
    ByVal MapName As String, _
    ByVal LayerID As Integer _
) As IArray
[C#]
public IArray get_TOCInfo (
    string MapName,
    int LayerID
);
[C++]
HRESULT get_TOCInfo(
void
);

Product Availability

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

See Also

IMxdServer Interface