Enterprise Architect Add-in Framework Documentation

[Missing <summary> documentation for "M:TSF.UmlToolingFramework.Wrappers.EA.Model.getElementWrapperByID(System.Int32)"]

Namespace: TSF.UmlToolingFramework.Wrappers.EA
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public ElementWrapper getElementWrapperByID(
	int id
)
Visual Basic
Public Function getElementWrapperByID ( _
	id As Integer _
) As ElementWrapper
Visual C++
public:
ElementWrapper^ getElementWrapperByID(
	int id
)

Parameters

id
Type: System..::..Int32

[Missing <param name="id"/> documentation for "M:TSF.UmlToolingFramework.Wrappers.EA.Model.getElementWrapperByID(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:TSF.UmlToolingFramework.Wrappers.EA.Model.getElementWrapperByID(System.Int32)"]

See Also