Metodo UtilityGetAllRootsUsedInFam
             | 
          
        
        
            Restituisce una lista con tutte le root usate all'interno delle famiglie.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic 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
ListDedRoot
Vedi anche