TransformConnector Methods

The TransformConnector type exposes the following members.

Methods
  NameDescription
Protected methodAddElement
Adds an element to the internal element collection.
Protected methodAddElements
Adds an element to the internal element collection.
Protected methodClearElements
Clears the elements.
Public methodConnect
Connects the current instance to the specified connector.
Public methodDisconnect
Disconnects this instance from its corresponding connector.
Protected methodRemoveElement
Removes the element, as well as any dependencies or associated parameters.
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Protected methodTryRemoveElement
Removes the element if there are no dependencies and not parameters associated. Otherwise, the operation is canceled.
Top
See Also