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