SpecifySectionViewOffsetRange Property

Specifies whether an offset range is set for the creation of a section view.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyBoolean SpecifySectionViewOffsetRange { get; }

Visual Basic

Public ReadOnly Property SpecifySectionViewOffsetRange As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ SpecifySectionViewOffsetRange {
	PropertyBoolean^ get ();
}

See Also