 | CLAYOUTCreate Method |
Creates a layout calculation object
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CLAYOUT Create(
int num,
string name
)
public static CLAYOUT Create(
int num,
string name
)
Public Shared Function Create (
num As Integer,
name As String
) As CLAYOUT
Public Shared Function Create (
num As Integer,
name As String
) As CLAYOUT
public:
static CLAYOUT^ Create(
int num,
String^ name
)
public:
static CLAYOUT^ Create(
int num,
String^ name
)
static member Create :
num : int *
name : string -> CLAYOUT
static member Create :
num : int *
name : string -> CLAYOUT
Parameters
- 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