This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters nodeToSplit
nodeToSplit is a parameter of type ITopologyNode* proportionalStretch
proportionalStretch is a parameter of type bool outputSR
outputSR is a parameter of type ISpatialReference*