Method ModifyProjectionSetRepresentation
ModifyProjectionSetRepresentation(ElementId, ElementId)
Sets representation for the projection set
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 255, 0)]
void ModifyProjectionSetRepresentation(ElementId inElementId, ElementId inRepresentationId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | projection set to modify |
| ElementId | inRepresentationId | representation to use, taken from source document |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.