Click or drag to resize

ModelElements Method (Guid)

Retrieves elements connected to a given guid.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public IEnumerable<ModelElement> Elements(
	Guid guid
)

Parameters

guid
Type: SystemGuid
guid to be searched for.

Return Value

Type: IEnumerableModelElement
Element with the given guid.
See Also