Changeset 6479 for issm/trunk/src/m/kml/kml_object.m
- Timestamp:
- 11/03/10 08:28:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/kml/kml_object.m
r6456 r6479 74 74 end 75 75 76 % return the fieldnames of the object 77 78 function [fnames]=fieldnames(kml) 79 80 % fieldnames for a sub (derived) class list those before super (base) 81 82 fnames={'id'}; 83 84 end 85 76 86 % set the properties of the object 77 87
Note:
See TracChangeset
for help on using the changeset viewer.