Class CustomGraphic
Inheritance
System.Object
CustomGraphic
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class CustomGraphic : CustomReportDefinitionItem, IEquatable<APIBase>
Properties
Height
Declaration
public int Height { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
HeightForCAD
Declaration
public double HeightForCAD { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Transposed
Declaration
public bool Transposed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Width
Declaration
public int Width { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
WidthForCAD
Declaration
public double WidthForCAD { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods