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


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

I3DProperties.BaseSurface Property

The base surface.

[Visual Basic .NET]
Public Property BaseSurface As IFunctionalSurface
[C#]
public IFunctionalSurface BaseSurface {get; set;}
[C++]
HRESULT get_BaseSurface(
  IFunctionalSurface** ppBase
);
[C++]
HRESULT putref_BaseSurface(
  IFunctionalSurface* ppBase
);
[C++]

Parameters ppBase [out, retval]
ppBase is a parameter of type IFunctionalSurface ppBase [in]
ppBase is a parameter of type IFunctionalSurface

Product Availability

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

See Also

I3DProperties Interface