Interface IPoint
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.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.
public interface IPoint : IDesignParameter
Implements
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
Position
Gets the position.
VectorBase Position { get; }
Property Value
X
Gets the X point.
double X { get; }
Property Value
Y
Gets the Y point.
double Y { get; }
Property Value
Z
Gets the Z point.
double Z { get; }