ElementGroupPrototype.GetSourceRootElementId(Guid) Method

Definition

Gets the id of the source root ModelElement that corresponds to the specified target root ModelElement id. If it was not found, Guid.Empty is returned.

public:
 Guid GetSourceRootElementId(Guid targetRootElementId);
public Guid GetSourceRootElementId (Guid targetRootElementId);
member this.GetSourceRootElementId : Guid -> Guid
Public Function GetSourceRootElementId (targetRootElementId As Guid) As Guid

Parameters

targetRootElementId
Guid

The id of the target root ModelElement.

Returns

The id of the source root ModelElement that corresponds to the specified target root ModelElement id.

Applies to