This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServiceLayerFactory Interface > IFeatureServiceLayerFactory.Create Method (ArcObjects .NET 10.4 SDK) |
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,
IEnumLayer** Layers
);
[C++]
Parameters inputObject [in] inputObject is a parameter of type LPUNKNOWN tables [out]
tables is a parameter of type IEnumTable Layers [out, retval]
Layers is a parameter of type IEnumLayer