This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkerEdit Interface > ISchematicInMemoryFeatureLinkerEdit.Dissociate Method (ArcObjects .NET 10.5 SDK) |
Dissociates the specified schematic feature with the specified object.
[Visual Basic .NET] Public Sub Dissociate ( _ ByVal InMemoryFeature As ISchematicInMemoryFeature, _ ByVal Object As IObject _ )
[C#] public void Dissociate ( ISchematicInMemoryFeature InMemoryFeature, IObject Object );
[C++]
HRESULT Dissociate(
ISchematicInMemoryFeature* InMemoryFeature,
IObject* Object
);
[C++]
Parameters InMemoryFeature [in]
InMemoryFeature is a parameter of type ISchematicInMemoryFeature Object [in]
Object is a parameter of type IObject