 | CGXAttribute Class |
Marks this function as callable from Oasis Montaj.
Inheritance Hierarchy
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic class CGXAttribute : Attribute
public class CGXAttribute : Attribute
Public Class CGXAttribute
Inherits Attribute
Public Class CGXAttribute
Inherits Attribute
public ref class CGXAttribute : public Attribute
public ref class CGXAttribute : public Attribute
type CGXAttribute =
class
inherit Attribute
end
type CGXAttribute =
class
inherit Attribute
end
The CGXAttribute type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | GxList |
Get the list of gx's called by this entry point
|
Top
Examples
[CGXAttribute("")]
void SampleEntry(){...}
The parameter that is currently an empty string in the above example can be filled in with
a list of gx's, seperated by semi-colans, that you call from your script inorder that everything can be properly licensed.
This feature is not currently implemented but is planned for future versions.
See Also