System.Object
   Eplan.EplApi.DataModel.MasterData.TransientLayer
System.Object
   Eplan.EplApi.DataModel.MasterData.TransientLayer
| Name | Description | |
|---|---|---|
|  | TransientLayer Constructor | 
| Name | Description | |
|---|---|---|
|  | Alignment | Specifies the Justification. | 
|  | Description | Layer's description | 
|  | DrawTextBox | Returns true if the text frame exist. | 
|  | Id | Gets Layer Id. | 
|  | Is3D | Specifies if Layer is used for 3D graphics It is not allowed to change this property for standard layers | 
|  | IsBackGroundLayer | Specifies, if the Layer is background Layer | 
|  | IsCustom | Returns true, if the Layer is a custom Layer. | 
|  | IsLocked | Specifies, if the Layer is locked | 
|  | IsPrinted | Specifies, if the Layer is printed | 
|  | IsScalable | Specifies if scale is considered with this Layer | 
|  | IsValid | Checks, if Layer object is valid. | 
|  | IsVisible | Specifies visibility of the Layer | 
|  | Name | Layer's name | 
|  | ParagraphSpacing | Specifies the Paragraph Spacing. This property is used for PropertyPlacemets attributes. | 
|  | Pen | Layer's pen | 
|  | RowSpacing | Specifies the Row Spacing. This property is used for PropertyPlacemets attributes. From Layer: -16002, Single: 100, 1.5 lines: 150, Double: 200. | 
|  | TextHeight | Layer's text height | 
|  | TextRotation | Layer's rotation of texts | 
|  | Transparency | Specifies transparency of Layer as double with a value between 0.0 and 1.0 | 
| Name | Description | |
|---|---|---|
|  | Dispose | Destructor for deterministic finalization of TransientLayer object. | 
|  | Equals | .NET operator for comparing two TransientLayers. Comparison is made by comparing each of TransientLayers members instead of internal object id. | 
|  | GetHashCode | Serves as the default hash function. | 
|  Equality | .NET operator for comparing two TransientLayers. Comparison is made by comparing each of TransientLayers members instead of internal object id. |