Method SetViewProjectionSet
SetViewProjectionSet(ElementId, ElementId, bool)
Redirect projection set
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 255, 0)]
void SetViewProjectionSet(ElementId inElementId, ElementId inViewId, bool inIncludesAuxiliaries)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Projection set to modify |
| ElementId | inViewId | View to modify |
| bool | inIncludesAuxiliaries | Whether to treat auxiliary views. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
If some other views are linked to the selected projection set (auxiliary views), they will be modified too.