ConnectionConfigurationResult.ProfileResult Property |
Gets the result of configuring the vertical and temporal geometry for the connection.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ProfileConfigurationResult ProfileResult { get; }
Public ReadOnly Property ProfileResult As ProfileConfigurationResult
Get
public:
property ProfileConfigurationResult^ ProfileResult {
ProfileConfigurationResult^ get ();
}
member ProfileResult : ProfileConfigurationResult with get
Property Value
Type:
ProfileConfigurationResult
See Also