Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / ActiveLayerUniqueId Property


In This Topic
    ActiveLayerUniqueId Property
    In This Topic
    Controls the currently active layer
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Elements")>
    <System.ComponentModel.DescriptionAttribute("Controls the currently active layer")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <System.ComponentModel.EditorAttribute(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.Internal.vlEE)>
    Public Property ActiveLayerUniqueId As System.Guid
    'Usage
     
    
    Dim instance As NDrawingDocument
    Dim value As System.Guid
     
    instance.ActiveLayerUniqueId = value
     
    value = instance.ActiveLayerUniqueId
    [System.ComponentModel.Category("Elements")]
    [System.ComponentModel.Description("Controls the currently active layer")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.ComponentModel.Editor(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.TypeConverter(Nevron.Internal.vlEE)]
    public System.Guid ActiveLayerUniqueId {get; set;}
    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