Class PickedPoint
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder
Assembly: VMBld.dll
public class PickedPoint : PickedResult
Inheritance
object ← PickedResult ← PickedPoint
Inherited Members
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PickedPoint()
public PickedPoint()
PickedPoint(PointBase)
public PickedPoint(PointBase pointBase)
Parameters
pointBase PointBase
Properties
Point
public PointBase Point { get; set; }
Property Value
PointBase
Type
public override PickedResult.PickedType Type { get; }