Public Member Functions | |
| Collection (swCollection coll) | |
| Constructor to build a Collection from a transfer swCollection. | |
| bool | hasGeometryFields () |
| Return true if Self has geometry fields. | |
| bool | hasPhysicalFields () |
| Return true if Self has physical fields. | |
| bool | canOwnWorld () |
| Return true if Self can own a World. | |
| bool | isUserDefined () |
| Return true if Self is a user defined collection. | |
| int | CompareTo (Object *obj) |
| Support for the IComparable Interface. | |
Public Attributes | |
| System::String * | dbName |
| Database NAme. | |
| System::String * | name |
| Internal Name for the Collection. | |
| System::String * | externalName |
| External Name for the Collection. | |
| System::Int32 | size |
| The number of records in the Collection. | |
| Object * | tag |
| User definable storage. | |
|
|
Return true if Self is a user defined collection. This indicates it is built in the CASE rather than being a core SW Collection Examples of tables not in this category are drawing, sw_gis!area dd!field_type etc. See transfer_collection.init() for more details |
1.4.6-NO