Click or drag to resize
CGXAttribute Class
Marks this function as callable from Oasis Montaj.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GeoEngine.Core.GXNetCGXAttribute

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CGXAttribute : Attribute

The CGXAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCGXAttribute
Default constructor
Top
Properties
  NameDescription
Public propertyGxList
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