Class AttributesProperty
Verbindet die Eigenschaften Layer, ColorDef, Style für die Aktionen
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 AttributesProperty : IShowPropertyImpl, IShowProperty, IPropertyEntry
Constructors
| Improve this Doc View SourceAttributesProperty(IGeoObject, IFrame)
Declaration
public AttributesProperty(IGeoObject o, IFrame frame)
Parameters
| Type | Name | Description |
|---|---|---|
| IGeoObject | o | |
| IFrame | frame |
Properties
| Improve this Doc View SourceEntryType
Overrides EntryType, returns GroupTitle.
Declaration
public override ShowPropertyEntryType EntryType { get; }
Property Value
| Type | Description |
|---|---|
| ShowPropertyEntryType |
Overrides
| Improve this Doc View SourceSubEntries
Overrides SubEntries, returns the subentries in this property view.
Declaration
public override IShowProperty[] SubEntries { get; }
Property Value
| Type | Description |
|---|---|
| IShowProperty[] |
Overrides
| Improve this Doc View SourceSubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
Declaration
public override int SubEntriesCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |