ProfileViewSplitProfileView Property |
Gets or sets whether to split the profile view to multiple segments.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool SplitProfileView { get; set; }
Public Property SplitProfileView As Boolean
Get
Set
public:
property bool SplitProfileView {
bool get ();
void set (bool value);
}
Property Value
Boolean
Remarks
SplitProfileView is only active when ElevationRangeMode is set to UserSpecified.
See Also