 | JCOBridgeIsHPAEdition Property |
Returns if the engine is an HPA edition, otherwise .
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxpublic static bool IsHPAEdition { get; }Public Shared ReadOnly Property IsHPAEdition As Boolean
Get
Property Value
Boolean
RemarksThis flag is useful to create branches in the code fully supported by the HPA edition.
See Also