Namespace:
EGIS.Controls
Assembly: EGIS.Controls (in EGIS.Controls.dll)
Assembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Property DestinationShapeFile As String Get Set |
C# |
---|
public string DestinationShapeFile { get; set; } |
Visual C++ |
---|
public: property String^ DestinationShapeFile { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_destinationShapeFile(); function set_destinationShapeFile(value); |