ddMapGetFileViewType
ddMapGetFileViewType(b_fileObjId) =>t_viewType/ nil
Description
Returns the name of the view type associated with b_fileObjId.
Arguments
Value Returned
Examples
vf = ddGetObj( "l1" "c1" "v1" "sch.oa" )
ddMapGetFileViewType( vf ) => "schematic"
Return to top