Metodo DedNetInvAppGetSelectionImageKey
|
Restituisce il nome dell'immagine che rappresenta un elemento.
L'immagine rispecchia il tipo di documento ed è quella standard di Inventor.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.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 FileStateElement
- Elemento per il quale fornire il nome dell'immagine.
Valore di ritorno
StringImplementa
IFileStateInformerGetSelectionImageKey(FileStateElement)Vedi anche