ArcObjects Library Reference (TrackingAnalyst)  

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