Click or drag to resize
CDBAddRealComment Method
Add a comment with a float value to the activity log of the database.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The comment is written in the form: Comment: Value and if followed by a carriage return. The activity log is created automatically if it does not exist. See Notes in AddComment_DB.
Syntax
public void AddRealComment(
	string str1,
	double d2,
	int i3
)

Parameters

str1
Type: SystemString
Comment
d2
Type: SystemDouble
Value
i3
Type: SystemInt32
Indent comment one tab? GEO_BOOLConstant
See Also