Class ShowPropertyBSpline
Shows the properties of the BSpline.
Inheritance
System.Object
ShowPropertyBSpline
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()
Assembly: CADability.dll
Syntax
public class ShowPropertyBSpline : IShowPropertyImpl, IShowProperty, IPropertyEntry, IDisplayHotSpots, ICommandHandler, IGeoObjectShowProperty
Constructors
|
Improve this Doc
View Source
ShowPropertyBSpline(BSpline, IFrame)
Declaration
public ShowPropertyBSpline(BSpline bSpline, IFrame frame)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public override MenuWithHandler[] ContextMenu { get; }
Property Value
Overrides
|
Improve this Doc
View Source
EntryType
Declaration
public override ShowPropertyEntryType EntryType { get; }
Property Value
Overrides
|
Improve this Doc
View Source
LabelType
Declaration
public override ShowPropertyLabelFlags LabelType { get; }
Property Value
Overrides
|
Improve this Doc
View Source
SubEntries
Declaration
public override IShowProperty[] SubEntries { get; }
Property Value
Overrides
|
Improve this Doc
View Source
SubEntriesCount
Declaration
public override int SubEntriesCount { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
Methods
|
Improve this Doc
View Source
Added(IPropertyPage)
Declaration
public override void Added(IPropertyPage propertyTreeView)
Parameters
Overrides
|
Improve this Doc
View Source
ChildSelected(IShowProperty)
Declaration
public override void ChildSelected(IShowProperty theSelectedChild)
Parameters
Overrides
|
Improve this Doc
View Source
OnCommand(String)
Declaration
public bool OnCommand(string MenuId)
Parameters
| Type |
Name |
Description |
| System.String |
MenuId |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
OnUpdateCommand(String, CommandState)
Declaration
public bool OnUpdateCommand(string MenuId, CommandState CommandState)
Parameters
| Type |
Name |
Description |
| System.String |
MenuId |
|
| CommandState |
CommandState |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ReloadProperties()
Declaration
public void ReloadProperties()
|
Improve this Doc
View Source
Removed(IPropertyTreeView)
Declaration
public override void Removed(IPropertyTreeView propertyTreeView)
Parameters
Overrides
Events
|
Improve this Doc
View Source
Declaration
public event CreateContextMenueDelegate CreateContextMenueEvent
Event Type
|
Improve this Doc
View Source
HotspotChangedEvent
Declaration
public event HotspotChangedDelegate HotspotChangedEvent
Event Type
Explicit Interface Implementations
|
Improve this Doc
View Source
Declaration
string IGeoObjectShowProperty.GetContextMenuId()
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IGeoObjectShowProperty.GetGeoObject()
Declaration
IGeoObject IGeoObjectShowProperty.GetGeoObject()
Returns
|
Improve this Doc
View Source
ICommandHandler.OnSelected(MenuWithHandler, Boolean)
Declaration
void ICommandHandler.OnSelected(MenuWithHandler selectedMenuItem, bool selected)
Parameters
| Type |
Name |
Description |
| MenuWithHandler |
selectedMenuItem |
|
| System.Boolean |
selected |
|
Implements