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.

See Also

ISchematicStandardBuilder Interface