Class CustomReportNameableItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomReportNameableItem
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 CustomReportNameableItem : CustomReportItem, IEquatable<APIBase>
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XPositionForCAD
Measurement: ShortLength
Declaration
public double XPositionForCAD { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
YPositionForCAD
Measurement: ShortLength
Declaration
public double YPositionForCAD { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>