This document is archived and information here might be outdated. Recommended version. |
Creates a solution point table.
[Visual Basic .NET] Public Function CreateSolutionPointTable ( _ ByVal pWorkspace As IWorkspace, _ ByVal Name As String, _ ByVal pSpatialReference As ISpatialReference, _ ByVal configKeyword As String _ ) As ITable
[C#] public ITable CreateSolutionPointTable ( IWorkspace pWorkspace, string Name, ISpatialReference pSpatialReference, string configKeyword );
[C++]
HRESULT CreateSolutionPointTable(
IWorkspace* pWorkspace,
BSTR Name,
ISpatialReference* pSpatialReference,
BSTR configKeyword
);
[C++] Parameters pWorkspace [in]
pWorkspace is a parameter of type IWorkspace* Name [in]
Name is a parameter of type BSTR pSpatialReference [in]
pSpatialReference is a parameter of type ISpatialReference* configKeyword [in]
configKeyword is a parameter of type BSTR