Method GetAuxiliaryViews
GetAuxiliaryViews(ElementId)
Get Auxiliary views related to a view. This method fetch main view of the set then returns auxiliaries (including the view sent, if it is an auxiliary view).
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 255, 0)]
List<ElementId> GetAuxiliaryViews(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | The view to analyze |
Returns
| Type | Description |
|---|---|
| List<ElementId> | List of auxiliary views |