| SolutionIncMatrix Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:dss_sharp.Solution.IncMatrix"]
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] IncMatrix { get; }
Public ReadOnly Property IncMatrix As Integer()
Get
public:
property array<int>^ IncMatrix {
array<int>^ get ();
}
member IncMatrix : int[] with get
function get_IncMatrix();
Property Value
Type:
Int32See Also