| Metodo QsInventorUtilsDemoteComponents |
Execute AssemblyDemoteCmd on components in the occList list.
The components belong to curAsm assembly.
Namespace:
InvNetLib.FutureLibrary
Assembly:
InvNetLib (in InvNetLib.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static ComponentOccurrence DemoteComponents(
AssemblyDocument curAsm,
List<ComponentOccurrence> occList,
string demotedAsmName
)
Parametri
- curAsm
- Tipo: AssemblyDocument
- occList
- Tipo: System.Collections.GenericListComponentOccurrence
- demotedAsmName
- Tipo: SystemString
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
Tipo:
ComponentOccurrence[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsInventorUtils.DemoteComponents(Inventor.AssemblyDocument,System.Collections.Generic.List{Inventor.ComponentOccurrence},System.String)"]
Vedi anche