Class FENodeSelectionDrawStyle
Inheritance
System.Object
FENodeSelectionDrawStyle
Assembly: SMT.MastaAPI.15.0.dll
public sealed class FENodeSelectionDrawStyle : APIBase, IEquatable<APIBase>
Properties
Declaration
public bool AddToSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int Degree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IncludeNeighbouringFaces { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double RegionSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
Declaration
public ListWithSelectedItemAndImage<FESelectionMode> SelectionMode { get; set; }
Property Value
Methods
Declaration
public void ClearSelection()
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 |
|
Implements
System.IEquatable<T>
Extension Methods