Click or drag to resize

LineLengthConstraint Class

Line length constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchLineLengthConstraint

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public sealed class LineLengthConstraint : Constraint, 
	IConstrainsDimension

The LineLengthConstraint type exposes the following members.

Constructors
 NameDescription
Public methodLineLengthConstraintInitializes a new instance of the LineLengthConstraint class
Public methodLineLengthConstraint(LineEntity)Initializes a new instance of the LineLengthConstraint class
Public methodLineLengthConstraint(LineEntity, Double)Initializes a new instance of the LineLengthConstraint class
Top
Properties
Methods
 NameDescription
Public methodPosition 
Public methodPosition(Vector2D) 
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodSerializableDependency(SerializableObject)
(Inherited from Constraint)
Obsolete
Public methodSerializableDependency(Visual)
(Inherited from Constraint)
Obsolete
Public methodToString
(Overrides ConstraintToString)
Public methodValueValid 
Top
Remarks
Constrains the length of a line entity.
See Also