GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoLabeledNode Interface
Members
In This Topic
    IGoLabeledNode Interface
    In This Topic
    This interface inherits from IGoLabeledPart to add access to a GoText label.
    Syntax
    public interface IGoLabeledNode : IGoLabeledPart  
    Remarks
    GoNode implements this interface, as does GoComment. Typically you will want to implement or override this method to provide efficient access to a particular GoText object in your group. Note that this interface is independent of IGoNode--in other words, not all GoObject classes that implement IGoLabeledPart or IGoLabeledNode will implement IGoNode.
    See Also