Class LinePatternSelectionProperty
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.UserInterface
Assembly: CADability.dll
Syntax
public class LinePatternSelectionProperty : MultipleChoiceProperty, IPropertyEntry, IShowProperty
Constructors
| Improve this Doc View SourceLinePatternSelectionProperty(String, LinePatternList, ILinePattern, Boolean)
Declaration
public LinePatternSelectionProperty(string ResourceID, LinePatternList linePatternList, ILinePattern iLinePattern, bool includeUndefined)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ResourceID | |
| LinePatternList | linePatternList | |
| ILinePattern | iLinePattern | |
| System.Boolean | includeUndefined |
LinePatternSelectionProperty(String, LinePatternList, LinePattern)
Declaration
public LinePatternSelectionProperty(string ResourceID, LinePatternList linePatternList, LinePattern select)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ResourceID | |
| LinePatternList | linePatternList | |
| LinePattern | select |
LinePatternSelectionProperty(String, LinePatternList, LinePattern, Boolean)
Declaration
public LinePatternSelectionProperty(string ResourceID, LinePatternList linePatternList, LinePattern select, bool includeUndefined)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ResourceID | |
| LinePatternList | linePatternList | |
| LinePattern | select | |
| System.Boolean | includeUndefined |
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 SourceLinePatternChangedEvent
Declaration
public event LinePatternSelectionProperty.LinePatternChangedDelegate LinePatternChangedEvent
Event Type
| Type | Description |
|---|---|
| LinePatternSelectionProperty.LinePatternChangedDelegate |