Creates a display feedback object to indicate the effect of a SplitMoveNode operation on the specified node.
[Visual Basic .NET] Public Function GetSplitMoveNodeFeedback ( _ ByVal nodeToSplit As ITopologyNode, _ ByVal proportionalStretch As Boolean, _ ByVal outputSR As ISpatialReference _ ) As IDisplayFeedback
[C#] public IDisplayFeedback GetSplitMoveNodeFeedback ( ITopologyNode nodeToSplit, bool proportionalStretch, ISpatialReference outputSR );
[C++]
HRESULT GetSplitMoveNodeFeedback(
ITopologyNode* nodeToSplit,
VARIANT_BOOL proportionalStretch,
ISpatialReference* outputSR,
IDisplayFeedback** feedback
);
[C++]Parameters
nodeToSplitnodeToSplit is a parameter of type ITopologyNode
proportionalStretch proportionalStretch is a parameter of type VARIANT_BOOL outputSRoutputSR is a parameter of type ISpatialReference
feedback [out, retval]feedback is a parameter of type IDisplayFeedback
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.