Class CustomGraphic
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomGraphic
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CustomGraphic : CustomReportDefinitionItem, IEquatable<APIBase>
Properties
Height
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HeightForCAD
Measurement: ShortLength
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
Measurement: ShortLength
Declaration
public double WidthForCAD { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>