StaticRouteProfileCustomSegment Property |
Gets or sets the custom profile geometry corresponding to the surface geometry of
the procedure to which this profile is attached. The user is responsible for
making sure the profile and surface path are consistent.
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 ProfileSegment CustomSegment { get; set; }
Public Property CustomSegment As ProfileSegment
Get
Set
public:
property ProfileSegment^ CustomSegment {
ProfileSegment^ get ();
void set (ProfileSegment^ value);
}
member CustomSegment : ProfileSegment with get, set
Property Value
Type:
ProfileSegmentSee Also