Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 828 Bytes

File metadata and controls

39 lines (28 loc) · 828 Bytes

GetProduct

Description

Identifies what NNA products and product packages are available in the current product installation.

Obsolete as of 10. Use GetEnabledModules instead.

PROCEDURE GetProduct(
				VAR product : INTEGER;
				VAR modules : LONGINT);
def vs.GetProduct():
    return (product, modules)

Parameters

Name Type Description
product INTEGER Product index.
modules LONGINT Package index.

Remarks

Retrieves information that identifies what vertical market product (if any) is currently running, and which add-ons (modules) are currently available (if any).

Should mark this as obsolete.

See Also

VS Functions: GetEnabledModules

Version

Availability: from VectorWorks9.0

Category