Click or drag to resize

ModelBuilderdecomposeElemId Method

decomposes an element identifier into its parts. Multiple id-s may be given via 'ampersand \"id1\"|\"id2\"|\"id3\"' or 'ampersand id1|id2|id3'.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static IEnumerable<string> decomposeElemId(
	string elemId
)

Parameters

elemId
Type: SystemString
Identifier to be decomposed.

Return Value

Type: IEnumerableString
List of decompose identifiers.
See Also