This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain2 Interface > ITerrain2.GetEmbeddedDataSourceShapeFieldName Method (ArcObjects .NET 10.4 SDK) |
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
Returns the name of the shape field for any and all embedded feature classes in the terrain. They all use the same name.