Previous Topic: SummaryNext Topic: Output


Input

nModelId

The Model ID is a unique integer within the encyclopedia that identifies the model. This designates the specific model from which you want to retrieve Object IDs.

nObjTypeCode

An Object Type Code identifies a particular object class. This value is used to identify all objects of the specified type. You can use the Object Type Code mnemonics file supplied with the Encyclopedia API software. For workstation platforms the header file name is otc.h.

nPrpTypeCode

A Property Type Code is a unique identifier for a particular object property. You can use the Property Type Code mnemonics file supplied with the Encyclopedia API software. For workstation platforms the header file name is ptc.h.

In this case, the input must be a Name Property Type Code.

pszName

Name is the Name Value.

plCount

The count is the number of objects of the specified name and type. Specify the maximum number of Object IDs you want to retrieve. If you want to retrieve all of the Object IDs, specify negative one (-1).