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 CreateSubLayer ( _ ByVal inputObject As Object, _ ByVal LayerID As String, _ ByRef tables As IEnumTable _ ) As IEnumLayer
[C#] public IEnumLayer CreateSubLayer ( object inputObject, string LayerID, ref IEnumTable tables );
[C++]
HRESULT CreateSubLayer(
LPUNKNOWN inputObject,
BSTR LayerID,
IEnumTable** tables
);
[C++]
Parameters inputObject [in]
inputObject is a parameter of type IUnknown LayerID [in]
LayerID is a parameter of type BSTR tables [out]
tables is a parameter of type IEnumTable**