
6 Apr
2004
6 Apr
'04
7:46 p.m.
On Tue, 2004-04-06 at 14:50, John Cliff wrote:
you can find the new SPMarker with
mark = (SPMarker *) sp_document_lookup_id (doc, sp_repr_attr (repr, "id"));
where repr is the newly created repr.
Note that the URIReference class was introduced to automate this process somewhat, as well as provide notification when a marker with that name is added or removed.
-mental