    

 ## On this page

  

 

 # Interface IPointBase

 Last update: 16.07.2025 

Namespace: [VM.Models.Pre](VM.Models.Pre.md)  
Assembly: VM.Models.Pre.dll

This interface is to represent the get position information of Design Point and Design Frame. Design point and Design frame are casting as IPoint.

```csharp
public interface IPointBase : IObject, ILinkContainer, IOwned, IHasID, IEventProvider

```

#### Implements

[IObject](VM.Models.Pre.IObject.md), [ILinkContainer](VM.Models.Pre.ILinkContainer.md), [IOwned](VM.Models.Pre.IOwned.md), IHasID, [IEventProvider](VM.Models.Pre.IEventProvider.md)

#### 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_)

## Properties

### <a id="VM_Models_Pre_IPointBase_Value"></a> Value

Gets the value.

```csharp
Vector Value { get; }

```

#### Property Value

Vector

### <a id="VM_Models_Pre_IPointBase_X"></a> X

Gets the X point.

```csharp
double X { get; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Models_Pre_IPointBase_Y"></a> Y

Gets the Y point.

```csharp
double Y { get; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Models_Pre_IPointBase_Z"></a> Z

Gets the Z point.

```csharp
double Z { get; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)