Click or drag to resize

ComponentArgumentIsContainingAssembly Method

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: 23.0
Syntax
Public Shared Function IsContainingAssembly ( 
	component As ComponentArgument
) As Boolean

Parameters

component
Type: Autodesk.iLogic.TypesComponentArgument
The component argument.

Return Value

Type: Boolean
True if the argument refers to the containing assembly.
See Also