  | CGXAttribute Constructor  | 
 
Default constructor
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic CGXAttribute(
	string pcGxList
)
public CGXAttribute(
	string pcGxList
)
Public Sub New ( 
	pcGxList As String
)
Public Sub New ( 
	pcGxList As String
)
public:
CGXAttribute(
	String^ pcGxList
)
public:
CGXAttribute(
	String^ pcGxList
)
new : 
        pcGxList : string -> CGXAttribute
new : 
        pcGxList : string -> CGXAttributeParameters
- pcGxList
 - Type: SystemString
list of gx's that this entry point calls 
See Also