Gets or sets if need create diverted profiles for turnout alignments
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool IsCreateDivertedProfiles { get; set; }
VB
Public Property IsCreateDivertedProfiles As Boolean Get Set
C++
public: property bool IsCreateDivertedProfiles { bool get (); void set (bool value); }