Click or drag to resize

Metodo QsHelperOccurrenceContainsOccurrence

Return true if and only if input document contains an occourrence that is oOcc

Namespace:  InvNetLib.FutureLibrary
Assembly:  InvNetLib (in InvNetLib.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
C#
public static bool ContainsOccurrence(
	ref AssemblyDocument oAsm,
	ComponentOccurrence oOcc,
	bool stopAtFirstLevel = true
)

Parametri

oAsm
Tipo: AssemblyDocument
The o asm.
oOcc
Tipo: ComponentOccurrence
The o native occ.
stopAtFirstLevel (Optional)
Tipo: SystemBoolean
Boolean indicating if this method searches for the oOcc recursively. No recursion as default

Valore di ritorno

Tipo: Boolean

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsHelperOccurrence.ContainsOccurrence(Inventor.AssemblyDocument@,Inventor.ComponentOccurrence,System.Boolean)"]

Vedi anche