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.