Click or drag to resize

Metodo QsHelperOccurrenceGetAllMatchingComponents

Esegue la scansione dell'assieme principale per trovare tutte le occorrenze che soddisfano la richiesta passata

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
C#
public static List<ComponentOccurrence> GetAllMatchingComponents(
	ComponentOccurrence oCompOccRef,
	MatchingOccurrenceDelegate filterOccurrence
)

Parametri

oCompOccRef  ComponentOccurrence

[Manca <param nome="oCompOccRef"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperOccurrence.GetAllMatchingComponents(Inventor.ComponentOccurrence,InvNetLib.FutureLibrary.QsHelperOccurrence.MatchingOccurrenceDelegate)"]

filterOccurrence  MatchingOccurrenceDelegate

[Manca <param nome="filterOccurrence"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperOccurrence.GetAllMatchingComponents(Inventor.ComponentOccurrence,InvNetLib.FutureLibrary.QsHelperOccurrence.MatchingOccurrenceDelegate)"]

Valore di ritorno

ListComponentOccurrence

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsHelperOccurrence.GetAllMatchingComponents(Inventor.ComponentOccurrence,InvNetLib.FutureLibrary.QsHelperOccurrence.MatchingOccurrenceDelegate)"]

Vedi anche