Method SetFinishingParameterValue
SetFinishingParameterValue(ElementId, PdmMinorRevisionId)
Sets value of a finishing Parameter
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 296, 0)]
void SetFinishingParameterValue(ElementId inParameterId, PdmMinorRevisionId inPdmMinorRevisionId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inParameterId | The Id of the parameter |
| PdmMinorRevisionId | inPdmMinorRevisionId | MinorRevision of the document to use |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.20