Class LayerSelectionProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public class LayerSelectionProperty : MultipleChoiceProperty, IPropertyEntry, IShowProperty
Constructors
| Improve this Doc View SourceLayerSelectionProperty(ILayer, String, LayerList)
Declaration
public LayerSelectionProperty(ILayer ObjectWithLayer, string resourceId, LayerList ll)
Parameters
| Type | Name | Description |
|---|---|---|
| ILayer | ObjectWithLayer | |
| System.String | resourceId | |
| LayerList | ll |
LayerSelectionProperty(ILayer, String, LayerList, Boolean)
Declaration
public LayerSelectionProperty(ILayer ObjectWithLayer, string resourceId, LayerList ll, bool includeUndefined)
Parameters
| Type | Name | Description |
|---|---|---|
| ILayer | ObjectWithLayer | |
| System.String | resourceId | |
| LayerList | ll | |
| System.Boolean | includeUndefined |
LayerSelectionProperty(String, LayerList, Layer)
Declaration
public LayerSelectionProperty(string resourceId, LayerList layerList, Layer select)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resourceId | |
| LayerList | layerList | |
| Layer | select |
Properties
| Improve this Doc View SourceConnected
Declaration
public IGeoObject Connected { get; set; }
Property Value
| Type | Description |
|---|---|
| IGeoObject |
Methods
| Improve this Doc View SourceAdded(IPropertyPage)
Overrides Added(IPropertyTreeView)
Declaration
public override void Added(IPropertyPage propertyTreeView)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyPage | propertyTreeView |
Overrides
| Improve this Doc View SourceOnSelectionChanged(String)
Declaration
protected override void OnSelectionChanged(string selected)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | selected |
Overrides
| Improve this Doc View SourceRemoved(IPropertyPage)
Overrides Removed(IPropertyTreeView)
Declaration
public override void Removed(IPropertyPage propertyTreeView)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyPage | propertyTreeView | the IPropertyTreeView from which it was removed |
Overrides
Events
| Improve this Doc View SourceLayerChangedEvent
Declaration
public event LayerSelectionProperty.LayerChangedDelegate LayerChangedEvent
Event Type
| Type | Description |
|---|---|
| LayerSelectionProperty.LayerChangedDelegate |