GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / LastPartID Property
In This Topic
    LastPartID Property
    In This Topic
    Gets or sets the last PartID value that this document assigned to an IGoIdentifiablePart when MaintainsPartID is true.
    Syntax
    public int LastPartID {get; set;}

    Property Value

    Initially the value is -1.
    Remarks
    You should not set this property except when loading/deserializing an existing document. Setting this property at other times may cause inconsistent results, just as setting the IGoIdentifiablePart.IGoIdentifiablePart.PartID at other times can cause problems.
    See Also