CopyFeatureCode Method
Description
Copies an existing feature code into the currently loaded Feature Table.
Use LoadFeatureTable to load a Feature Table for editing.
Syntax
Visual Basic |
---|
Public Function CopyFeatureCode( _ ByVal fcodeTo As Long, _ ByVal fcodeFrom As Long, _ ByVal ftable As String _ ) As Integer |
Parameters
Remarks
Available: GEO OD SISpy
Groups:
Example
sis.CopyFeatureCode (1, 1, "LandLine")
copies the feature code 1 from the feature table LandLine into the currently loaded feature table.