Class UserDefinedNodeInformation
Inheritance
System.Object
UserDefinedNodeInformation
Assembly: SMT.MastaAPI.15.0.dll
public sealed class UserDefinedNodeInformation : APIBase, IEquatable<APIBase>
Properties
Rulers on the circuit diagram can be turned on to aid with positioning.
Declaration
public double CircuitDiagramXLocation { get; set; }
Property Value
Type |
Description |
System.Double |
|
Rulers on the circuit diagram can be turned on to aid with positioning.
Declaration
public double CircuitDiagramYLocation { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ReadOnlyCollection<string> NodesAvailableForConnection { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.String> |
|
Declaration
public ReadOnlyCollection<NodeConnectedToUserDefinedNode> NodesToConnectTo { get; }
Property Value
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
Methods
Declaration
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
Returns
Type |
Description |
System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Declaration
public void SetNodesToConnectTo(IReadOnlyList<NodeConnectedToUserDefinedNode> nodes)
Parameters
Implements
System.IEquatable<T>
Extension Methods