AlignmentUseDesignSpeed Property |
Gets or sets a bool value that indicates whether this Alignment uses degign speed.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool UseDesignSpeed { get; set; }
Public Property UseDesignSpeed As Boolean
Get
Set
public:
property bool UseDesignSpeed {
bool get ();
void set (bool value);
}
Property Value
Boolean
Example1
2myAlignment.UseDesignSpeed = true;
See Also