Train Simulator NEXT
In This Topic
    RemoveAnchor function
    In This Topic

    This function removes an anchor on all shapes.

    Syntax

    Copy Code
    bool RemoveAnchor( string AnchorName );

    Parameters

    AnchorName

    Type: string

    The name of the anchor to remove.

    Return

    Returns true if the item was removed, false if not.

    Remarks

    This function affects all shapes.

    See Also