In Teamcenter I have a dataset that contains two inner datasets:
- A "Good ds" dataset with an 
External Proxyrelation. - A "Bad ds" dataset with 
Markup(s)relation 
I'm trying to enumerate server content using the Teamcenter C++ API. The object for the "Good ds" dataset is returned as expected by call to get_IMAN_external_object_link() from the Teamcenter::Soa::Client::Model::Dataset class.
How could I get an object for the "Bad ds" dataset with Markup relation?
Documentation for the API is very poor. I've tried each of these methods in the Dataset class that returns a ModelObjectVector but with no luck:
get_DgtSignatureByUserRelationget_external_appsget_fnd0complying_objectsget_fnd0defining_objectsget_Fnd0DiagramSnapshotget_Fnd0DiagramTmplRelationget_Fnd0Diagram_Attachesget_fnd0FileAccessAuditLogsget_fnd0GeneralAuditLogsget_fnd0LicenseExportAuditLogsget_Fnd0ShapeRelationget_fnd0WorkflowAuditLogsget_FND_TraceLinkget_IMAN_based_onget_IMAN_Renderingget_license_listget_process_stage_listget_release_statusesget_revisions_prop
Teamcenter server version is 10.1 (20130604.00).
