Map for WinForms | ComponentOne
C1.Win.Map Namespace / VectorLayerBase Class / ParentMap Property

In This Topic
    ParentMap Property (VectorLayerBase)
    In This Topic
    Gets or sets the parent map which contains this layer.
    Syntax
    'Declaration
     
    
    Public Property ParentMap As C1Map
    public C1Map ParentMap {get; set;}
    See Also