Click or drag to resize

ExplicitPointEntity Class

Sketch explicit point entity.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchEntity
                Demo3D.SketchPointEntity
                  Demo3D.SketchExplicitPointEntity

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public sealed class ExplicitPointEntity : PointEntity

The ExplicitPointEntity type exposes the following members.

Constructors
 NameDescription
Public methodExplicitPointEntityInitializes a new instance of the ExplicitPointEntity class
Top
Properties
 NameDescription
Public propertyEntityAndSubentities
(Inherited from Entity)
Public propertyId
(Inherited from SerializableObject)
Public propertyPoints
(Inherited from Entity)
Public propertyPosition
(Overrides PointEntityPosition)
Public propertySubentities
(Inherited from PointEntity)
Public propertyType
(Inherited from PointEntity)
Top
Methods
 NameDescription
Public methodProject
(Inherited from PointEntity)
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 Entity)
Obsolete
Public methodSerializableDependency(Visual)
(Inherited from Entity)
Obsolete
Public methodToString
(Inherited from PointEntity)
Public methodUpdatePosition 
Top
Remarks
An explicit point entity is defined by a 2D point.
See Also