ITeddsDocumentsItem Property

Returns a single document in the collection

Namespace:  Tekla.Structural.InteropAssemblies.Tedds
Assembly:  Tedds.TeddsIA (in Tedds.TeddsIA.dll) Version: 25.0.0.0
Syntax
ITeddsDocument this[
	Object Identifier
] { get; }

Parameters

Identifier
Type: SystemObject
identifier document item identifier which is either a one based index of the item in the collection or the documents name.

Return Value

Type: ITeddsDocument
The returned document
See Also