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


ISchematicBuilderRule.Delete Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicBuilderRule Interface > ISchematicBuilderRule.Delete Method
ArcGIS Developer Help

ISchematicBuilderRule.Delete Method

Deletes the schematic builder rule.

[Visual Basic .NET]
Public Sub Delete ( _
)
[C#]
public void Delete (
);
[C++]
HRESULT Delete(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicBuilderRule Interface