ArcObjects Library Reference (Schematic)  

ISchematicXmlBuilder.AutoCreateElementClasses Property

Indicates if the schematic element classes are automatically created by the schematic Xml 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 XML builder automatically creates a schematic element class for managing the different SchematicFeatureClass items found in the input XML data when such a schematic element class doesn't already exist for the schematic diagram class.

Remarks

When AutoCreateElementClasses is disabled, no new schematic element class is created when the XML builder operates. For example, if in the input XML data there are SchematicFeatureClass items whose value is Stations, and there is no schematic element class for the schematic diagram class to manage these SchematicFeatureClass items, no schematic elements will be included in the generated diagram for these XML items.

See Also

ISchematicXmlBuilder Interface