FeatureLineComponentIsReversed Property |
Gets or sets a boolean value which specifies whether the boundary is to be drawn in the reverse direction of the corridor station order.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsReversed { get; set; }
Public Property IsReversed As Boolean
Get
Set
public:
property bool IsReversed {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also