SimpleRouteProcedureProfile Property |
Gets or sets the profile associated with this procedure.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RouteProfile Profile { get; set; }
Public Property Profile As RouteProfile
Get
Set
public:
property RouteProfile^ Profile {
RouteProfile^ get ();
void set (RouteProfile^ value);
}
member Profile : RouteProfile with get, set
Property Value
Type:
RouteProfileSee Also