Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

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

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in