| LineGeometriesUnits Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:dss_sharp.LineGeometries.Units"]
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] Units { get; set; }
Public Property Units As Integer()
Get
Set
public:
property array<int>^ Units {
array<int>^ get ();
void set (array<int>^ value);
}
member Units : int[] with get, set
function get_Units();
function set_Units(value);
Property Value
Type:
Int32See Also