Metodo PartInfoCreatePartInfo
|
Crea un oggetto PartInfo leggendo il primo argomento dallo stack del LUA.
Restituisce null se non riesce.
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static PartInfo CreatePartInfo(
int stackIdx
)
Public Shared Function CreatePartInfo (
stackIdx As Integer
) As PartInfo
public:
static PartInfo^ CreatePartInfo(
int stackIdx
)
static member CreatePartInfo :
stackIdx : int -> PartInfo
Parametri
- stackIdx Int32
- Indice dello stack dal quale leggere la parte.
Valore di ritorno
PartInfoRestituisce l'oggetto PartInfo oppure null.
Vedi anche