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


ITemporalTable.GeometryColumnName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalTable Interface > ITemporalTable.GeometryColumnName Property
ArcGIS Developer Help

ITemporalTable.GeometryColumnName Property

Column name of the table's field containing the geometry.

[Visual Basic .NET]
Public Property GeometryColumnName As String
[C#]
public string GeometryColumnName {get; set;}
[C++]
HRESULT get_GeometryColumnName(
  System.String* pbstrColumnName
);
[C++]
HRESULT put_GeometryColumnName(
  BSTR pbstrColumnName
);
[C++]
Parameters
pbstrColumnName [out, retval]

pbstrColumnName is a parameter of type BSTR* pbstrColumnName [in]
pbstrColumnName is a parameter of type BSTR

Product Availability

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

See Also

ITemporalTable Interface