Method GetTransparency
GetTransparency(ElementId)
Gets the transparency of an element.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
double GetTransparency(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| double | Transparency of the element within |
Remarks
When the transparency is equal to 0, the element is fully opaque.
When the transparency is equal to 1, the element is fully transparent.
This method is available since v7.6.