This document is archived and information here might be outdated.  Recommended version.


IFeatureServiceLayerFactory.Create Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureServiceLayerFactory.Create Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureServiceLayerFactory Interface