Class LockableShape
A lockable value holding a reference to a Shape in the job
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)
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class LockableShape : Lockable
Constructors
LockableShape()
Declaration
public LockableShape()
LockableShape(Shape)
Create a locked ViaMemberEdit LockableShape from a DesignData.SDS2.Setup.Shape
Declaration
public LockableShape(Shape value)
Parameters
Type | Name | Description |
---|---|---|
Shape | value |
Properties
Value
The underlying shape data
Declaration
public Shape Value { get; set; }
Property Value
Type | Description |
---|---|
Shape |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Operators
Implicit(LockableShape to Shape)
Implicit conversion to value type
Declaration
public static implicit operator Shape(LockableShape value)
Parameters
Type | Name | Description |
---|---|---|
LockableShape | value |
Returns
Type | Description |
---|---|
Shape |
Implicit(Shape to LockableShape)
Implicit conversion using the DesignData.SDS2.Setup.Shape constructor
Declaration
public static implicit operator LockableShape(Shape value)
Parameters
Type | Name | Description |
---|---|---|
Shape | value |
Returns
Type | Description |
---|---|
LockableShape |