Dynamic Relaxation Clash Plugin

ControlViewModel..::..SetCurrentItem Method

Sets the current item.

Namespace:  DynamicRelaxationClashVerification.ViewModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


private void SetCurrentItem(
	string displayName,
	bool isBoundary
)
Private Sub SetCurrentItem ( _
	displayName As String, _
	isBoundary As Boolean _
)
private:
void SetCurrentItem(
	String^ displayName, 
	bool^ isBoundary
)

Parameters

displayName
Type: String
The display name.
isBoundary
Type: Boolean
if set to true [is boundary].