Tests to see if the component argument actually refers to the containing assembly, rather than a component within it.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 30.0
Syntax
VB
Public Shared Function IsContainingAssembly ( component As ComponentArgument ) As Boolean
C#
public static bool IsContainingAssembly( ComponentArgument component )
Parameters
- component
- Type: Autodesk.iLogic.Types.ComponentArgument
The component argument.
Return Value
Type: BooleanTrue if the argument refers to the containing assembly.