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
public static bool IsContainingAssembly(
ComponentArgument component
)
Parameters
- component
- Type: Autodesk.iLogic.TypesComponentArgument
The component argument.
Return Value
Type:
BooleanTrue if the argument refers to the containing assembly.
See Also