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


ITxCatalogObject.InternalObjectName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxCatalogObject Interface > ITxCatalogObject.InternalObjectName Property
ArcGIS Developer Help

ITxCatalogObject.InternalObjectName Property

The Name for the internal object that this GxObject represents.

[Visual Basic .NET]
Public ReadOnly Property InternalObjectName As IName
[C#]
public IName InternalObjectName {get;}
[C++]
HRESULT get_InternalObjectName(
  IName** InternalObjectName
);
[C++]
Parameters
InternalObjectName [out, retval]

InternalObjectName is a parameter of type IName**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxCatalogObject Interface