GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / Identifier Property
In This Topic
    Identifier Property
    In This Topic
    Gets or sets an identifier for this layer.
    Syntax
    [DefaultValue("")]
    [Description("An identifier for this layer.")]
    public object Identifier {get; set;}

    Property Value

    The default value is null. However, the initial, default layer for each GoLayerCollection has as a default identifier an instance of Integer 0.
    Remarks
    Typically identifiers will be Strings, but could be other more complex serializable objects.
    See Also