Metodo UtilityGetAllRootsUsedInFam
|
Restituisce una lista con tutte le root usate all'interno delle famiglie.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public static List<DedRoot> GetAllRootsUsedInFam(
DedNetApplication app
)
Public Shared Function GetAllRootsUsedInFam (
app As DedNetApplication
) As List(Of DedRoot)
public:
static List<DedRoot^>^ GetAllRootsUsedInFam(
DedNetApplication^ app
)
static member GetAllRootsUsedInFam :
app : DedNetApplication -> List<DedRoot>
Parametri
- app DedNetApplication
- DedNetApplication
Valore di ritorno
ListDedRootVedi anche