This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlBuilder Interface > ISchematicXmlBuilder.AutoCreateElementClasses Property (ArcObjects .NET 10.4 SDK) |
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
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.
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.