|
TNTmips Downloads Menu

|
objnum.sml
# objnum.sml
################################################################
# GetObjectNumber(SMLObject)
################################################################
numeric objNum;
string str$;
RASTER Rin;
VECTOR Vin;
TIN TINin;
clear();
GetInputRaster( Rin );
str$ = GetObjectFileName( Rin ); # get the RVC file name
objNum = GetObjectNumber( Rin ); # and object number
print( "Raster Object Number: ", objNum, "RVC file Name: ", str$ );
GetInputVector( Vin );
str$ = GetObjectFileName( Vin ); # get the RVC file name
objNum = GetObjectNumber( Vin ); # and object number
print( "Vector Object Number: ", objNum, "RVC file Name: ", str$ );
GetInputTIN(TINin);
str$ = GetObjectFileName( TINin ); # get the RVC file name
objNum = GetObjectNumber( TINin ); # and object number
print( "Tin Object Number: ", objNum, "RVC file Name: ", str$ );
©MicroImages, Inc. 2013 Published in the United States of America
11th Floor - Sharp Tower, 206 South 13th Street, Lincoln NE 68508-2010 USA
Business & Sales: (402)477-9554 Support: (402)477-9562 Fax: (402)477-9559
Business info@microimages.com
Support support@microimages.com
Web webmaster@microimages.com
| |