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: 25.3.0.0 (25.3.0.0)
Sintassi
C#
public static bool ContainsOccurrence(
	ref AssemblyDocument oAsm,
	ComponentOccurrence oOcc,
	bool stopAtFirstLevel = true
)

Parametri

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

Valore di ritorno

Boolean

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

Vedi anche