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)| Name | Type | Description |
|---|---|---|
| product | INTEGER | Product index. |
| modules | LONGINT | Package index. |
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.
VS Functions: GetEnabledModules
Availability: from VectorWorks9.0