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


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

ISchematicRelationControllerEdit.DeleteRelation Method

Deletes the schematic relation defined for the specified child schematic feature.

[Visual Basic .NET]
Public Sub DeleteRelation ( _
    ByVal InMemoryChild As ISchematicInMemoryFeature _
)
[C#]
public void DeleteRelation (
    ISchematicInMemoryFeature InMemoryChild
);
[C++]
HRESULT DeleteRelation(
  ISchematicInMemoryFeature* InMemoryChild
);
[C++]
Parameters
InMemoryChild [in]

InMemoryChild is a parameter of type ISchematicInMemoryFeature*

Product Availability

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

See Also

ISchematicRelationControllerEdit Interface