Share

IStandardObjectProvider.Component Property

Provides properties and functions for assembly component occurrences. Note: the newer IManagedComponents interface is recommended. It provides methods to add and remove components, instead of suppressing and unsuppressing them.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

ReadOnly Property Component As ICadComponent
	Get

C#

ICadComponent Component { get; }

Property Value

Type: ICadComponent

See Also

Reference

Was this information helpful?