Click or drag to resize

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: 27.1.0
Sintassi
C#
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