IModelComponentCollection Interface

Definition

Represents a collection of IModelComponent objects.

[System.Runtime.InteropServices.Guid("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface IModelComponentCollection : System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")>]
type IModelComponentCollection = interface
    interface ICollection
    interface IEnumerable
Public Interface IModelComponentCollection
Implements ICollection
Derived
Attributes
Implements

Properties

Parent

Gets the parent IModelComponent of the IModelComponentCollection.

Methods

Contains(IModelComponent)

Indicates whether the collection contains a specified IModelComponent.

Remove(IModelComponent)

Removes an IModelComponent from the collection.

Remove(IModelComponent, Boolean)

Removes an IModelComponent from the collection.

Applies to