This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicObjectClass Interface > ISchematicObjectClass.Delete Method (ArcObjects .NET 10.5 SDK) |
Deletes the schematic object class.
[Visual Basic .NET] Public Sub Delete ( _ [ByVal deleteDescendants As Boolean] _ )
[C#] public void Delete ( bool deleteDescendants );
Optional Values
[C++]
HRESULT Delete(
VARIANT_BOOL deleteDescendants
);
[C++]
Parameters deleteDescendants [in, optional, defaultvalue(VARIANT_TRUE)] deleteDescendants is a parameter of type VARIANT_BOOL