ArcObjects Library Reference (GeoDatabase)  

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