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