PPT_LOGO_4b
‹#›
© 2008 Autodesk
Autodesk Developer Network
Sample Application
§AecRelationGraphSampleMgd
§Written in C# and VB.Net
§For a selected wall, retrieve to/from reference objects’ class name and relationship type
§Command name: RelationshipSample
§Four options to retrieve different relationships
§FwdRefsWithSelection
§BwdRefsWithSelection
§AllRefsWithSelection
§RecursiveBwdRefsWithSelection
FwdRefsWithSelection option get all DBObjectRelationship objects that this wall references from.
BwdRefsWithSelection option get all DBObjectRelationship objects that this wall references to
AllRefsWithSelection option get all DBObjectRelationship objects that this wall references to and from.
RecursiveBwdRefsWithSelection option get all DBObjectRelationship objects that recursively reference to the selected wall.