Class Measure
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.Actions
Assembly: CADability.dll
Syntax
public class Measure : ConstructAction, ICommandHandler, IPropertyEntry
Constructors
| Improve this Doc View SourceMeasure()
Declaration
public Measure()
Methods
| Improve this Doc View SourceGetID()
Implements GetID().
Declaration
public override string GetID()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceOnDone()
Declaration
public override void OnDone()
Overrides
| Improve this Doc View SourceOnSetAction()
Implements OnSetAction(). If you override this method don't forget to call the bas implementation.
Declaration
public override void OnSetAction()