PlatformLicenseType property
- Last UpdatedJul 23, 2024
- 1 minute read
Sets or returns the license type of the Platform object.
Class
IgObject
Syntax
[C#]
int PlatformLicenseType { get; set; }
[Visual C++]
To get the FLEX License type of the Platform (gObject):
[propget]
HRESULT PlatformLicenseType
(
[out, retval] int* platformLicenseType
);
To set the FLEX License type of the Platform (gObject):
[propput]
HRESULT PlatformLicenseType
(
[in] int platformLicenseType
);
Parameters
PlatformLicenseType
Integer that defines the Platform License Type (single or multi-engine)
If PlatformLicenseType is not provided (blank), the existing Platform License Type is cleared.
-
1 = Single Engine
-
2 = Multi-Engine