Click or drag to resize
CTExtensionSetGeneralParam Method
Possibility to provide some extension specific parameters.

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual void SetGeneralParam(
	int int1,
	string string1,
	int int2,
	string string2,
	int int3,
	string string3
)

Parameters

int1
Type: SystemInt32
string1
Type: SystemString
int2
Type: SystemInt32
string2
Type: SystemString
int3
Type: SystemInt32
string3
Type: SystemString
Availability

CUSTOMTOOLS 2020 SP1


See Also