Changeset 6479 for issm/trunk/src/m/kml/kml_container.m
- Timestamp:
- 11/03/10 08:28:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/kml/kml_container.m
r6456 r6479 80 80 end 81 81 82 % return the fieldnames of the object 83 84 function [fnames]=fieldnames(kml) 85 86 % fieldnames for a sub (derived) class list those before super (base) 87 88 fnames=fieldnames(kml_feature()); 89 90 end 91 82 92 % set the properties of the object 83 93
Note:
See TracChangeset
for help on using the changeset viewer.