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


IFeatureServiceLayerFactory.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServiceLayerFactory Interface > IFeatureServiceLayerFactory.Create Method
ArcGIS Developer Help

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
);
[C++]
Parameters
inputObject [in]

inputObject is a parameter of type IUnknown tables [out]
tables is a parameter of type IEnumTable**

Product Availability

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

See Also

IFeatureServiceLayerFactory Interface