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


I3DProperties.BaseName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.BaseName Property
ArcGIS Developer Help

I3DProperties.BaseName Property

The name of the base surface.

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

Name is a parameter of type IName**

Product Availability

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

Description


Remarks


[C#]
[C++]
[Visual Basic .NET]