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


ITinAdvanced.Surface Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.Surface Property
ArcGIS Developer Help

ITinAdvanced.Surface Property

The ISurface interface (convenient tool for chaining in VB).

[Visual Basic .NET]
Public ReadOnly Property Surface As ISurface
[C#]
public ISurface Surface {get;}
[C++]
HRESULT get_Surface(
  ISurface** ppSurface
);
[C++]
Parameters
ppSurface [out, retval]

ppSurface is a parameter of type ISurface**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This returns the ISurface interface. You can always get the ISurface interface from the Tin object, but this method enables you to avoid having to declare and set an ISurface interface pointer.

See Also

ITinAdvanced Interface