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


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

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