| LinesGeometry Property |
[This is preliminary documentation and is subject to change.]
Line geometry code
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string Geometry { get; set; }
Public Property Geometry As String
Get
Set
public:
property String^ Geometry {
String^ get ();
void set (String^ value);
}
member Geometry : string with get, set
function get_Geometry();
function set_Geometry(value);
Property Value
Type:
StringSee Also