Creates a schematic relation between the specified child feature and the specified parent.
[Visual Basic .NET] Public Sub CreateRelation ( _ ByVal InMemoryChild As ISchematicInMemoryFeature, _ ByVal InMemoryParent As ISchematicInMemoryFeature _ )
[C#] public void CreateRelation ( ISchematicInMemoryFeature InMemoryChild, ISchematicInMemoryFeature InMemoryParent );
[C++]
HRESULT CreateRelation(
ISchematicInMemoryFeature* InMemoryChild,
ISchematicInMemoryFeature* InMemoryParent
);
[C++]Parameters
InMemoryChild [in]InMemoryChild is a parameter of type ISchematicInMemoryFeature
InMemoryParent [in]InMemoryParent is a parameter of type ISchematicInMemoryFeature
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.