| CTExtensionSetGeneralParam Method |
Possibility to provide some extension specific parameters.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual void SetGeneralParam(
int int1,
string string1,
int int2,
string string2,
int int3,
string string3
)
Public Overridable Sub SetGeneralParam (
int1 As Integer,
string1 As String,
int2 As Integer,
string2 As String,
int3 As Integer,
string3 As String
)
Parameters
- int1
- Type: SystemInt32
- string1
- Type: SystemString
- int2
- Type: SystemInt32
- string2
- Type: SystemString
- int3
- Type: SystemInt32
- string3
- Type: SystemString
Availability See Also