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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.