Method SetType
SetType(ElementId, TechnologyType)
Set technology type.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void SetType(ElementId inTechnologyId, TechnologyType inTechnoType)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inTechnologyId | Identifier of the technology to modify. |
| TechnologyType | inTechnoType | Technology type. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.