SectionViewGroupCreationRangeOptionsElevationRangeType Property |
Gets or sets the elevation range type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SectionViewElevationRangeType ElevationRangeType { get; set; }
Public Property ElevationRangeType As SectionViewElevationRangeType
Get
Set
public:
property SectionViewElevationRangeType ElevationRangeType {
SectionViewElevationRangeType get ();
void set (SectionViewElevationRangeType value);
}
Property Value
SectionViewElevationRangeType
ExceptionsException | Condition |
---|
[!:System.InvalidOperationException] |
Thrown when setting to value SectionViewElevationRangeType::FollowASection but these is no sampled SectionSource in SampleLineGroup.
|
See Also