Metodo DedAcadArchiviaDwg.SetContext

DedNet

Metodo DedAcadArchiviaDwgSetContext

Non è un comando da aggiungere all'iterfaccia (restituisce sempre false).

Namespace:  DedNetAcad
Assembly:  DedNetAcad (in DedNetAcad.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi
public virtual bool SetContext(
	DedCommandContext commandContext
)
Public Overridable Function SetContext ( 
	commandContext As DedCommandContext
) As Boolean
public:
virtual bool SetContext(
	DedCommandContext^ commandContext
)
abstract SetContext : 
        commandContext : DedCommandContext -> bool 
override SetContext : 
        commandContext : DedCommandContext -> bool 

Parametri

commandContext
Tipo: DedNet.CommandsDedCommandContext
Contesto di selezione.

Valore di ritorno

Tipo: Boolean
Vedi anche