| IPortalFrameSpanApexSlope Property |
Gets the slope to the apex (in [rad])
Namespace: TSD.API.Remoting.PortalFramesAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyProperty<double> ApexSlope { get; }
ReadOnly Property ApexSlope As IReadOnlyProperty(Of Double)
Get
property IReadOnlyProperty<double>^ ApexSlope {
IReadOnlyProperty<double>^ get ();
}
abstract ApexSlope : IReadOnlyProperty<float> with get
Property Value
IReadOnlyPropertyDoubleRemarks The slope is measured from the previous point
See Also