MultipleProfileViewsCreationOptionsLengthOfEachView Property |
Specifies the length of each ProfileView when creating multiple ProfileViews.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double LengthOfEachView { get; set; }Public Property LengthOfEachView As Double
Get
Set
public:
property double LengthOfEachView {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when set to a negative value or to zero.
|
See Also