GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / FindPart Method
In This Topic
    FindPart Method
    In This Topic
    Returns an IGoIdentifiablePart in this document with the given ID.
    Syntax
    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 IGoIdentifiablePart IGoIdentifiablePart.PartID of any object while it is part of a document, or else this method may produce incorrect results.
    See Also