This document is archived and information here might be outdated. Recommended version. |
Programmatic update of the NetworkFeature.
[Visual Basic .NET] Public Sub Update ( _ ByVal callingFeature As INetworkFeature, _ ByVal transformation As IAffineTransformation2D, _ ByVal rigidEdges As ISet, _ ByVal group As ITransformGroup _ )
[C#] public void Update ( INetworkFeature callingFeature, IAffineTransformation2D transformation, ISet rigidEdges, ITransformGroup group );
[C++]
HRESULT Update(
INetworkFeature* callingFeature,
IAffineTransformation2D* transformation,
ISet* rigidEdges,
ITransformGroup* group
);
[C++]
Parameters callingFeature [in]
callingFeature is a parameter of type INetworkFeature* transformation [in]
transformation is a parameter of type IAffineTransformation2D* rigidEdges [in]
rigidEdges is a parameter of type ISet* group [in]
group is a parameter of type ITransformGroup*
The Update method is reserved for internal use during the process of updating the shape and storing the result. There is no need for clients to directly call this method.