 | CLAYOUTCreate Method |
Creates a layout calculation object
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CLAYOUT Create(
CGXNETCore gxNetShared,
int num,
string name
)
public static CLAYOUT Create(
CGXNETCore gxNetShared,
int num,
string name
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
num As Integer,
name As String
) As CLAYOUT
Public Shared Function Create (
gxNetShared As CGXNETCore,
num As Integer,
name As String
) As CLAYOUT
public:
static CLAYOUT^ Create(
CGXNETCore^ gxNetShared,
int num,
String^ name
)
public:
static CLAYOUT^ Create(
CGXNETCore^ gxNetShared,
int num,
String^ name
)
static member Create :
gxNetShared : CGXNETCore *
num : int *
name : string -> CLAYOUT
static member Create :
gxNetShared : CGXNETCore *
num : int *
name : string -> CLAYOUT
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - num
- Type: SystemInt32
Initial number of objects (may be 0) - name
- Type: SystemString
Optional name of parent layout (may be empty)
Return Value
Type:
CLAYOUTLAYOUT object.
See Also