DVTk API
Disable Method (actorType, id)
DVTkDvtk.IheActors.BasesActorConnectionCollectionDisable(ActorTypeEnum, String)
DVTk API

[This is preliminary documentation and is subject to change.]

Disable the connection to a specific actor.
Declaration Syntax
C#Visual BasicVisual C++
public bool Disable(
	ActorTypeEnum actorType,
	string id
)
Public Function Disable ( _
	actorType As ActorTypeEnum, _
	id As String _
) As Boolean
public:
bool Disable(
	ActorTypeEnum actorType, 
	String^ id
)
Parameters
actorType (ActorTypeEnum)
Destination actor type.
id (String)
Destination actor id.
Return Value
bool - destination disabled true/false. False indicates that the destination actor was not found.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0