returns whether a shapefile record is currently selected
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function IsRecordSelected ( _ index As Integer _ ) As Boolean |
C# |
---|
public bool IsRecordSelected( int index ) |
Visual C++ |
---|
public: bool IsRecordSelected( int index ) |
JavaScript |
---|
function isRecordSelected(index); |
Parameters
- index
- Type: System..::..Int32
zero based index of the shapefile record to query