Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPLMNavReference
Interface to navigate on a Reference.
public virtual ListChildren( | ioChildrenList, | |
const | iiFilterSize, | |
ipFilter) |
CATIPLMNavReference * piReference = ...; CATListPtrCATIPLMNavEntity allChildrenList; HR = piReference->ListChildren(allChildrenList, 0, NULL); CATListPtrCATIPLMNavEntity oneTypeChildrenList; CATPLMCoreType coreType = PLMCoreRepInstance; HR = piReference->ListChildren(oneTypeChildrenList, 1, &coreType);
public virtual ListInstances( | ioInstancesList) |
public virtual ListRelatedOccurrences( | ipiContext, | |
ioRelatedOccurrencesList) |
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.