Determine whether an attribute column in an idb file or other editable cursor-based dataset is indexed.
Visual Basic |
---|
Public Function IsColumnIndexed( _ ByVal nDataset As Integer, _ ByVal column As String _ ) As Integer |
Available: MD MM ME SISpy
Group:
Dim hasIndex as Boolean = CBool( mapobject.IsColumnIndexed ( datasetNo, “Address” ) )
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).