Metodo LuaDedAcadGetDedIdDedRevFromBomPart
|
Chiama l'omonima funzione e ne restituisce il risultato.
Serve per avere il dedid ed il dedrev data una parte.
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 28.0.0
Sintassipublic static void DedAcadGetDedIdDedRevFromBomPart(
BomPartInfo prt,
out string dedid,
out string dedrev
)
Public Shared Sub DedAcadGetDedIdDedRevFromBomPart (
prt As BomPartInfo,
<OutAttribute> ByRef dedid As String,
<OutAttribute> ByRef dedrev As String
)
public:
static void DedAcadGetDedIdDedRevFromBomPart(
BomPartInfo^ prt,
[OutAttribute] String^% dedid,
[OutAttribute] String^% dedrev
)
static member DedAcadGetDedIdDedRevFromBomPart :
prt : BomPartInfo *
dedid : string byref *
dedrev : string byref -> unit
Parametri
- prt BomPartInfo
-
- dedid String
-
- dedrev String
-
Vedi anche