TK.SetActiveAssets Method

Set active flag of the assets that already were used previously
Public Shared Sub SetActiveAssets( _ 
ByVal startName As String, _ 
ByVal flag As Boolean
)
This language is not supported or no code example is available.
public static void SetActiveAssets( 
string startName
bool flag 
)
This language is not supported or no code example is available.

Parameters

startName
string

Start name

flag
bool

Flag to active(true) or reset(false)

.NET Framework

Supported in: 4.8

In this article

Definition