Class InteractiveZone
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class InteractiveZone : ModelComponent, ICloneable
Constructors
InteractiveZone()
Declaration
public InteractiveZone()
Properties
Path
Declaration
public Path Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Path |
SnappingEnabled
Declaration
public bool SnappingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
StyleKey
Declaration
public string StyleKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
DeepClone<TItem>(TItem, Boolean)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null, bool keepIds = false)
where TItem : ModelComponent
Parameters
| Type | Name | Description |
|---|---|---|
| TItem | clone | |
| System.Boolean | keepIds |
Returns
| Type | Description |
|---|---|
| TItem |
Type Parameters
| Name | Description |
|---|---|
| TItem |
Overrides
Aurigma.DesignAtoms.Model.ModelComponent.DeepClone<TItem>(TItem, System.Boolean)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable