GoDiagram Web Reference
FindPart Method

Returns an IGoIdentifiablePart in this document with the given ID.
Syntax
'Declaration
 
Public Function FindPart( _
   ByVal id As Integer _
) As IGoIdentifiablePart
public IGoIdentifiablePart FindPart( 
   int id
)

Parameters

id

Return Value

null if no such part is known
Remarks
If MaintainsPartID is false, the value may not be correct. If MaintainsPartID is true, you must not set the IGoIdentifiablePartIGoIdentifiablePart.PartID of any object while it is part of a document, or else this method may produce incorrect results.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDocument Class
GoDocument Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback