| Metodo QsInventorUtilsDemoteComponents |
Execute AssemblyDemoteCmd on components in the occList list.
The components belong to curAsm assembly.
Namespace: InvNetLib.FutureLibraryAssembly: InvNetLib (in InvNetLib.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static ComponentOccurrence DemoteComponents(
AssemblyDocument curAsm,
List<ComponentOccurrence> occList,
string demotedAsmName
)
Parametri
- curAsm AssemblyDocument
- occList ListComponentOccurrence
- demotedAsmName String
- It's the filename for the assembly, if there's not the
extension the filename will be blank; whitout extension it's the new occurrence name.
Valore di ritorno
ComponentOccurrence[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsInventorUtils.DemoteComponents(Inventor.AssemblyDocument,System.Collections.Generic.List{Inventor.ComponentOccurrence},System.String)"]
Vedi anche