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


I3DProperties.BaseSurface 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.BaseSurface Property
ArcGIS Developer Help

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