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


ISchematicNetworkDatasetBuilder.AutoCreateElementClasses Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNetworkDatasetBuilder Interface > ISchematicNetworkDatasetBuilder.AutoCreateElementClasses Property
ArcGIS Developer Help

ISchematicNetworkDatasetBuilder.AutoCreateElementClasses Property

Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder.

[Visual Basic .NET]
Public Property AutoCreateElementClasses As Boolean
[C#]
public bool AutoCreateElementClasses {get; set;}
[C++]
HRESULT get_AutoCreateElementClasses(
  VARIANT_BOOL AutoCreate
);
[C++]
HRESULT put_AutoCreateElementClasses(
  Boolean* AutoCreate
);
[C++]
Parameters
AutoCreate [in]

AutoCreate is a parameter of type bool AutoCreate [out, retval]
AutoCreate is a parameter of type bool*

Product Availability

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

Description

When the AutoCreateElementClasses is enabled, schematic element classes related to the feature layers that compose the ArcGIS Network Analyst extension solved layer from which the Network Dataset builder operates are automatically created when they are missing.

Remarks

When the AutoCreateElementClasses is disabled, no new schematic element class is created when the Network Dataset builder operates. This means that if, for the schematic diagram class, there is no schematic element class associated with a particular feature layer that composes the ArcGIS Network Analyst extension solved layer on which the diagram generation is based, no schematic elements will be included in the generated diagram for the network elements in that particular feature layer.

See Also

ISchematicNetworkDatasetBuilder Interface