Metodo DedNetInvAppGetSelectionImageKey
|
Restituisce il nome dell'immagine che rappresenta un elemento.
L'immagine rispecchia il tipo di documento ed è quella standard di Inventor.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi public string GetSelectionImageKey(
FileStateElement el
)
Public Function GetSelectionImageKey (
el As FileStateElement
) As String
public:
virtual String^ GetSelectionImageKey(
FileStateElement^ el
) sealed
abstract GetSelectionImageKey :
el : FileStateElement -> string
override GetSelectionImageKey :
el : FileStateElement -> string
Parametri
- el
- Tipo: DedNetInvFileStateElement
Elemento per il quale fornire il nome dell'immagine.
Valore di ritorno
Tipo:
StringImplementa
IFileStateInformerGetSelectionImageKey(FileStateElement)Vedi anche