FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..copyDataType Method

Copies the type of the data.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool copyDataType(
	string sDataTypeName,
	ref string sNewDataTypeName
)
Public Function copyDataType ( _
	sDataTypeName As String, _
	ByRef sNewDataTypeName As String _
) As Boolean
public:
bool^ copyDataType(
	String^ sDataTypeName, 
	String^% sNewDataTypeName
)

Parameters

sDataTypeName
Type: String
Name of the s data type.
sNewDataTypeName
Type: String%
Name of the s new data type.

Return Value

true if XXXX, false otherwise.