    

 ## On this page

  

 

 # Class PickedPoint

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Builder](VM.Managed.DAFUL.Builder.md)  
Assembly: VMBld.dll

```csharp
public class PickedPoint : PickedResult

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [PickedResult](VM.Managed.DAFUL.Builder.PickedResult.md) ← [PickedPoint](VM.Managed.DAFUL.Builder.PickedPoint.md)

#### Inherited Members

[PickedResult.Type](VM.Managed.DAFUL.Builder.PickedResult.md#VM_Managed_DAFUL_Builder_PickedResult_Type)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_Builder_PickedPoint__ctor"></a> PickedPoint()

```csharp
public PickedPoint()

```

### <a id="VM_Managed_DAFUL_Builder_PickedPoint__ctor_VM_Managed_PointBase_"></a> PickedPoint(PointBase)

```csharp
public PickedPoint(PointBase pointBase)

```

#### Parameters

`pointBase` PointBase

## Properties

### <a id="VM_Managed_DAFUL_Builder_PickedPoint_Point"></a> Point

```csharp
public PointBase Point { get; set; }

```

#### Property Value

PointBase

### <a id="VM_Managed_DAFUL_Builder_PickedPoint_Type"></a> Type

```csharp
public override PickedResult.PickedType Type { get; }

```

#### Property Value

[PickedResult](VM.Managed.DAFUL.Builder.PickedResult.md).[PickedType](VM.Managed.DAFUL.Builder.PickedResult.PickedType.md)