This document is archived and information here might be outdated. Recommended version. |
Creates layer(s) based on the specified object.
[Visual Basic .NET] Public Function Create ( _ ByVal inputObject As Object, _ ByRef tables As IEnumTable _ ) As IEnumLayer
[C#] public IEnumLayer Create ( object inputObject, ref IEnumTable tables );
[C++]
HRESULT Create(
LPUNKNOWN inputObject,
IEnumTable** tables
);
[C++] Parameters inputObject [in]
inputObject is a parameter of type IUnknown tables [out]
tables is a parameter of type IEnumTable**