ElementGroupPrototype.GetSourceRootElementId(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.