ArcObjects Library Reference (Schematic)  

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(
  VARIANT_BOOL AutoCreate
);
[C++]

Parameters

AutoCreate [out, retval]   AutoCreate is a parameter of type VARIANT_BOOL AutoCreate [in]   AutoCreate is a parameter of type VARIANT_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