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


ISchematicRelationControllerEdit.DeleteRelation Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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