ProfileViewSplitStationMode Property |
Gets or sets the mode to split the profile view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SplitStationType SplitStationMode { get; set; }
Public Property SplitStationMode As SplitStationType
Get
Set
public:
property SplitStationType SplitStationMode {
SplitStationType get ();
void set (SplitStationType value);
}
Property Value
SplitStationType
Remarks
Switching from Manual to Automatic clears all user-specified split settings.
See Also