Struct ProfilePoint
Represents a point of a line profile.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: VMS.TPS.Common.Model.Types
Assembly: VMS.TPS.Common.Model.Types.dll
Syntax
public struct ProfilePoint
Constructors
ProfilePoint(VVector, Double)
Constructs a ProfilePoint.
Declaration
public ProfilePoint(VVector position, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| VVector | position | Position of the point. |
| System.Double | value | Value of the point. |
Properties
Position
The position of the point.
Declaration
public readonly VVector Position { get; }
Property Value
| Type | Description |
|---|---|
| VVector |
Value
The value of the point.
Declaration
public readonly double Value { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |