Lists all of the objects of a given class in all of the Named Object Libraries (NOLs).
| Visual Basic | 
|---|
| Public Function NolCatalog( _ ByVal aclass As String, _ ByVal bCurOnly As Integer _ ) As String | 
| aclass | Object class | 
| ABlock    | Block | 
| ABrush    | Brush | 
| AColourset    | Colourset | 
| ADatum    | Geodetic Datum | 
| AFilter    | Filter | 
| AFtable    | Feature Table | 
| AGraticuleStyle    | Graticule Style | 
| ALibItem    | Item | 
| ALocus    | Spatial Filter | 
| APen    | Pen | 
| APrintTemplate    | Print Template | 
| APrj    | Coordinate Reference System | 
| ASchema    | Schema | 
| AShape    | Symbol | 
| ATheme    | Theme | 
| AToolBarDefn    | Toolbar Definition | 
| AView    | View | 
| True    | Only return objects from the current NOL. | 
| False    | Return objects from all NOLs. | 
A tab-separated list of named objects.
The returned string is tab-separated because object names may contain spaces. The aclass strings "APstyle" and "ABstyle" are recognised for backwards compatibility (now "APen" and "ABrush" respectively).
Available: GEO MM ME MD OD OM OV SISpy
Group:
sis.NolCatalog ("ABrush", False)
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).