This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetImport Interface > ISchematicDatasetImport.ImportFeatureLayer Method (ArcObjects .NET 10.4 SDK) |
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 VARIANT_BOOL OverwriteSymbols [in] OverwriteSymbols is a parameter of type VARIANT_BOOL StaticStorage [in] StaticStorage is a parameter of type VARIANT_BOOL
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.