Method GetCoatingParameterValue
GetCoatingParameterValue(ElementId, out DocumentId, out CoatingCategoryType)
Gets Document and Category from a Coating Parameter
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 400, 160)]
void GetCoatingParameterValue(ElementId inParameterId, out DocumentId outDocumentId, out CoatingCategoryType outCoatingType)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inParameterId | The Id of the parameter |
| DocumentId | outDocumentId | Coating Document |
| CoatingCategoryType | outCoatingType | Coating category type of the document |