Click or drag to resize

CIPJSetFromBinaryAsString Method

Set IPJ from binary-as-string

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public void SetFromBinaryAsString(
	string str_val
)

public void SetFromBinaryAsString(
	string str_val
)

Parameters

str_val
Type: SystemString
Binary as string
See Also