Click or drag to resize
CTExtension.SetGeneralParam 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: System.Int32
string1
Type: System.String
int2
Type: System.Int32
string2
Type: System.String
int3
Type: System.Int32
string3
Type: System.String
Availability

CUSTOMTOOLS 2020 SP1


See Also