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


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

IText3DElement.Surface Property

The surface for draping.

[Visual Basic .NET]
Public WriteOnly Property Surface
[C#]
public void Surface {set;}
[C++]
HRESULT put_Surface(
  IFunctionalSurface* 
);
[C++]
Parameters
 [in]

is a parameter of type IFunctionalSurface*

Product Availability

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

See Also

IText3DElement Interface