Method SetClassifyingClass
SetClassifyingClass(ElementId, ElementId)
Sets the classification class entity of a specified classifying entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void SetClassifyingClass(ElementId inElementId, ElementId inClassId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the classifying entity to modify. |
| ElementId | inClassId | Identifier of the classifying class definition entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.10.