GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / MakeShared Method
In This Topic
    MakeShared Method (GoXmlWriter)
    In This Topic
    Add an object to the table of shared objects.
    Syntax
    public string MakeShared( 
       object obj
    )

    Parameters

    obj

    Return Value

    a unique identifier for this shared object, or null if obj is null
    Remarks
    This does nothing if the obj is already in the table, but just returns its identifier. This calls FindShared to see if the object is already known as a shared object.
    See Also