Click or drag to resize
CSTRIJustify Method (CGXNETCore, String, String, Int32, Int32, Int32)
Justify a string

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the string is too big to fit in the number of display characters, the output string will be "**" justified as specified.
Syntax
public static void IJustify(
	CGXNETCore gxNetShared,
	string in_str,
	ref string out_str,
	int width,
	int just,
	int length
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
in_str
Type: SystemString
String to justify
out_str
Type: SystemString
Result string, can be same as input
width
Type: SystemInt32
Justification width
just
Type: SystemInt32
<define>STR_JUSTIFY</define>
length
Type: SystemInt32
Maximum size of result
See Also