Gets or sets the type of station equation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public StationEquationType EquationType { get; set; } |
| Visual Basic |
|---|
Public Property EquationType As StationEquationType Get Set |
| Visual C++ |
|---|
public: property StationEquationType EquationType { StationEquationType get (); void set (StationEquationType value); } |