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

    Parameters

    obj
    The object 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 for the given GoObject that conforms to the specified parameters, then this returns null.
    Remarks
    If you override this method to handle additional properties, and if those properties are parts of brushes or pens, you may find it convenient to call or override GetBrushPart or GetPenPart.
    See Also