Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
protected void AssignDefaultName(
	T objCtcObject,
	string strRootName
)
Visual Basic
Protected Sub AssignDefaultName ( _
	objCtcObject As T, _
	strRootName As String _
)

Parameters

objCtcObject
Type: T
strRootName
Type: System..::..String

See Also