Metodo PartInfoArrayGetTreeSelectedParts
|
Restituisce le parti correntemente selezionate (chiama LNavGetTreeSelectedItems()).
Namespace:
DedNetAcad
Assembly:
DedNetAcad (in DedNetAcad.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public static PartInfoArray GetTreeSelectedParts(
bool subParts
)
Public Shared Function GetTreeSelectedParts (
subParts As Boolean
) As PartInfoArray
public:
static PartInfoArray^ GetTreeSelectedParts(
bool subParts
)
static member GetTreeSelectedParts :
subParts : bool -> PartInfoArray
Parametri
- subParts
- Tipo: SystemBoolean
Indica se selezionare anche le sottoparti nel caso di ramo chiuso.
Valore di ritorno
Tipo:
PartInfoArrayRestituisce l'oggetto PartInfoArray oppure null.
Vedi anche