IModelComponentCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Boolean) |
Removes an IModelComponent from the collection. |
Remove(IModelComponent) |
Removes an IModelComponent from the collection. |