RemoveOutputCoordinate, removes a target coordinate from the set which automatically receive this Coordinates output.
[Visual Basic .NET] Public Sub RemoveOutputCoordinate ( _ ByVal ipTargetCoord As ICoordinate _ )
[C#] public void RemoveOutputCoordinate ( ICoordinate ipTargetCoord );
[C++]
HRESULT RemoveOutputCoordinate(
ICoordinate* ipTargetCoord
);
[C++]Parameters
ipTargetCoord [in]ipTargetCoord is a parameter of type ICoordinate
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
Stops the target Coordinate from automatically receiving the output of this coordinate.