Click or drag to resize

CAEXLibraryTLibItemItem(String) Property

Gets the library element identified by the path defined by the sequence of names

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public TLibItem this[
	params string[] names
] { get; }

Parameters

names  String
A sequence of names

Return Value

TLibItem
The library element
See Also