Metodo UtilityProgIsInMyRange
|
Restituisce se il progressivo appartiene al range di assegnazione passato
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
BooleanVedi anche