IModelComponent Interface

Definition

Represents a model component.

[System.Runtime.InteropServices.Guid("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IDisposable, System.ComponentModel.IComponent
[<System.Runtime.InteropServices.Guid("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent = interface
    interface IComponent
    interface IDisposable
Public Interface IModelComponent
Implements IComponent, IDisposable
Derived
Attributes
Implements

Properties

FriendlyPath

Gets a friendly path for this object.

OwningCollection

Gets or sets the collection that owns the current object.

Parent

Gets the parent IModelComponent of this object.

Applies to