Yes, thank you. I got it backwards.
All of my attempts have been unsuccessful, except to use the fully qualified name.
I have two examples:
Actor instance: ":Commander"
Class object instance: "Commander:CrewStation"
The "GetConnectorByID" was executed to access the connector data. From there, the two elements were accessed using "GetElementByID". When looking at each element using the Element information:
Actor Instance: Name is blank, Classifier name is blank, FQ name is "ISP Model._Common Elements.Actors.Crew Station Actors.Crew Station Actors.:Commander"
Class object instance: Name is "Commander", Classifier Name is blank, FQ name is "ISP Model._Common Elements.Architecture.Crew Station Arch.Crew Station UCD Arch.Commander: Crew Station"
Note that these are not lifelines (from Sequence diagrams), but are instances that appear on a Resource Flow Diagram (OV-2). The lifelines in the related sequence diagrams use the same source Actor and Class, so messages in the two diagrams are synchronized.
I still think I'm missing something, but so far, I've been unsuccessful in my tests. I would like the actor instance to be ":Commander" and the object instance to be "Commander:CrewStation", but I don't seem to be able to access the portion of the names after the colon.
Gayle