GoDiagram Web Reference
Identifier Property

Gets or sets an identifier for this layer.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("An identifier for this layer.")>
Public Property Identifier As Object
[DefaultValueAttribute()]
[DescriptionAttribute("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 Integer0.
Remarks
Typically identifiers will be Strings, but could be other more complex serializable objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayer Class
GoLayer Members
MergeLayersFrom Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback