GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / FindShared Method
In This Topic
    FindShared Method (GoXmlWriter)
    In This Topic
    Find an identifier associated with an object that can be referenced.
    Syntax
    public string FindShared( 
       object obj
    )

    Parameters

    obj

    Return Value

    a string if the object is present; null otherwise or if obj is null
    Remarks
    Call MakeShared to add an object to this writer's table of shared objects.
    See Also