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


ISchematicStandardBuilder.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 > ISchematicStandardBuilder Interface > ISchematicStandardBuilder.AutoCreateElementClasses Property
ArcGIS Developer Help

ISchematicStandardBuilder.AutoCreateElementClasses Property

Indicates if the schematic element classes are automatically created by the schematic Standard 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 AutoCreateElementClasses is enabled, the Standard builder automatically creates schematic element classes that could be missing from the schematic diagram class when it operates.

Remarks

When AutoCreateElementClasses is disabled, no new schematic element classes are created when the Standard builder operates. This means that if, among the data in input, the Standard builder detects a feature/object based on a feature/object class for which there is no associated schematic element class for the schematic diagram class, no schematic element will be created in the schematic dataset for that feature/object, and no schematic element will be contained in the resulting diagram for that feature/object.

See Also

ISchematicStandardBuilder Interface