Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Id As Integer |
| C# |
|---|
public int Id { get; set; } |
| Visual C++ |
|---|
public:
property int Id {
int get ();
void set (int value);
} |
See Also