AirportRunwayPavement
USI.Core
An enabled authored pavement area associated with a runway end.
public sealed class AirportRunwayPavement : IEquatable<AirportRunwayPavement>Constructors
AirportRunwayPavement
public AirportRunwayPavement(Length Length, Length Width)An enabled authored pavement area associated with a runway end.
Properties
Length
public Length Length { get; set; }Width
public Length Width { get; set; }Methods
<Clone>$
public AirportRunwayPavement <Clone>$()Deconstruct
public void Deconstruct(Length Length, Length Width)Equals
public bool Equals(object obj)Equals
public bool Equals(AirportRunwayPavement other)GetHashCode
public int GetHashCode()ToString
public string ToString()