MultipleProfileViewsCreationOptionsLengthOfEachView Property

Specifies the length of each ProfileView when creating multiple ProfileViews.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double LengthOfEachView { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when set to a negative value or to zero.
See Also