This document is archived and information here might be outdated. Recommended version. |
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