Click or drag to resize
CTRCreate Method
Creates a Trend object

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CTR Create(
	CGXNETCore gxNetShared,
	int order
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
order
Type: SystemInt32
Trend order (must >=0 and <=3)

Return Value

Type: CTR
TR Object
See Also