This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.Surface Property (ArcObjects .NET 10.4 SDK) |
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
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.