GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoLabeledPart Interface
Members
In This Topic
    IGoLabeledPart Interface
    In This Topic
    Provide access to a text string for a GoObject.
    Syntax
    public interface IGoLabeledPart 
    Remarks
    The text string is used by GoDocument.FindNode and GoView.SelectNextNode to search for objects meeting certain criteria.
    See Also