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


ITemporalTable.GeometryColumnName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  BSTR* 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