Share

ComponentArgument.IsContainingAssembly 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: 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: Boolean
True if the argument refers to the containing assembly.

See Also

Reference

Was this information helpful?