SelectionState.CoercedSelectionModelElements Property

Definition

It is possible for the CoercedSelection to include Pels and Mels which are
associated with Pels that are not already included.

This method returns a list that replaces the Pels in the coerced selection with their associated Mels, plus any mels from the coerced selection that did not have pels.

public:
 property System::Collections::ICollection ^ CoercedSelectionModelElements { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection CoercedSelectionModelElements { get; }
member this.CoercedSelectionModelElements : System.Collections.ICollection
Public ReadOnly Property CoercedSelectionModelElements As ICollection

Property Value

Collection of mels in the coerced selection. Can be null.

Applies to