This document is archived and information here might be outdated. Recommended version. |
Name of the Table.
[Visual Basic .NET]
Public Property TableName As String
[C#]
public string TableName {get; set;}
[C++]
HRESULT get_TableName(
System.String* pTableName
);
[C++]
HRESULT put_TableName(
BSTR pTableName
);
[C++] Parameters pTableName [out, retval]
pTableName is a parameter of type BSTR* pTableName [in]
pTableName is a parameter of type BSTR
Note: MapServer API does not provide any way to explore and find out FeatureClass/Table name from any registered workspace, therefore you need to find out that information from the author.