ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  BSTR* pName
);
[C++]

Parameters

pName [out, retval]   pName is a parameter of type BSTR

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