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


ISchematicDatasetImport.ImportFeatureLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetImport Interface > ISchematicDatasetImport.ImportFeatureLayer Method
ArcGIS Developer Help

ISchematicDatasetImport.ImportFeatureLayer Method

Imports a feature layer and associates the created schematic element class to the specified schematic diagram class.

[Visual Basic .NET]
Public Sub ImportFeatureLayer ( _
    ByVal FeatureLayer As IFeatureLayer, _
    ByVal SchematicDiagramClass As ISchematicDiagramClass, _
    ByVal Symbology As Boolean, _
    ByVal OverwriteSymbols As Boolean, _
    ByVal StaticStorage As Boolean _
)
[C#]
public void ImportFeatureLayer (
    IFeatureLayer FeatureLayer,
    ISchematicDiagramClass SchematicDiagramClass,
    bool Symbology,
    bool OverwriteSymbols,
    bool StaticStorage
);
[C++]
HRESULT ImportFeatureLayer(
  IFeatureLayer* FeatureLayer,
  ISchematicDiagramClass* SchematicDiagramClass,
  VARIANT_BOOL Symbology,
  VARIANT_BOOL OverwriteSymbols,
  VARIANT_BOOL StaticStorage
);
[C++]
Parameters
FeatureLayer [in]

FeatureLayer is a parameter of type IFeatureLayer* SchematicDiagramClass [in]
SchematicDiagramClass is a parameter of type ISchematicDiagramClass* Symbology [in]
Symbology is a parameter of type bool OverwriteSymbols [in]
OverwriteSymbols is a parameter of type bool StaticStorage [in]
StaticStorage is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

Schematic attributes corresponding to all the attributes used for labeling or symbolizing the input feature layer are also automatically created for the schematic element class.

See Also

ISchematicDatasetImport Interface