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


I3DProperties.BaseName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

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.

See Also

I3DProperties Interface