Metodo UtilityProgIsInMyRange
             | 
          
        
        
            Restituisce se il progressivo appartiene al range di assegnazione passato
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static bool ProgIsInMyRange(
	DedTypeBase type,
	DedTypeProg rangeProg,
	string prog
)
Public Shared Function ProgIsInMyRange ( 
	type As DedTypeBase,
	rangeProg As DedTypeProg,
	prog As String
) As Boolean
public:
static bool ProgIsInMyRange(
	DedTypeBase^ type, 
	DedTypeProg^ rangeProg, 
	String^ prog
)
static member ProgIsInMyRange : 
        type : DedTypeBase * 
        rangeProg : DedTypeProg * 
        prog : string -> bool Parametri
- type  DedTypeBase
 -  
 - rangeProg  DedTypeProg
 -  
 - prog  String
 -  
 
Valore di ritorno
Boolean
Vedi anche