GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / FindItemProperty Method
The item in which to search for the value.
The specified parameters.
In This Topic
    FindItemProperty Method
    In This Topic
    Finds a value according to the specified parameters in a specified item.
    Syntax
    protected virtual object FindItemProperty( 
       GoObject item,
       GoPropertyModifierArgs e
    )

    Parameters

    item
    The item in which to search for the value.
    e
    The specified parameters.

    Return Value

    Returns an object according to the specified parameters. If no suitable object is found in the specified item that conforms to the specified parameters, then this returns null.
    See Also