ArcObjects Library Reference (Schematic)  

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(
  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 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