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


ITxCatalogObject.BaseName 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.BaseName Property
ArcGIS Developer Help

ITxCatalogObject.BaseName Property

The base name of the object (i.e. no extension).

[Visual Basic .NET]
Public ReadOnly Property BaseName As String
[C#]
public string BaseName {get;}
[C++]
HRESULT get_BaseName(
  System.String* Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR*

Product Availability

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

See Also

ITxCatalogObject Interface