RemoveSchemaColumn Method
Description
Removes an existing column from the currently loaded Schema
Syntax
Visual Basic |
---|
Public Function RemoveSchemaColumn( _ ByVal nColumn As Integer _ ) As Integer |
Parameters
- nColumn
- The Schema column to remove.
Remarks
This does not affect overlays that already use the schema being edited. The schema has to be reapplied using StoreSchema, to save changes, then SetOverlaySchema.
Use LoadSchema to load a Schema for editing.
Available: GEO D OD OM SISpy
Group:
Example
sis.RemoveSchemaColumn 0