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


ITerrain2.GetEmbeddedDataSourceShapeFieldName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain2 Interface > ITerrain2.GetEmbeddedDataSourceShapeFieldName Method
ArcGIS Developer Help

ITerrain2.GetEmbeddedDataSourceShapeFieldName Method

Returns the 'Shape' field name of the embedded data sources.

[Visual Basic .NET]
Public Function GetEmbeddedDataSourceShapeFieldName ( _
) As String
[C#]
public string GetEmbeddedDataSourceShapeFieldName (
);
[C++]
HRESULT GetEmbeddedDataSourceShapeFieldName(
void
);

Product Availability

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

Description

Returns the name of the shape field for any and all embedded feature classes in the terrain. They all use the same name.

See Also

ITerrain2 Interface