Specifies the default placement option for the section views.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<PlacementOptionType> PlacementOption { get; }
VB
Public ReadOnly Property PlacementOption As PropertyEnum(Of PlacementOptionType) Get
C++
public: property PropertyEnum<PlacementOptionType>^ PlacementOption { PropertyEnum<PlacementOptionType>^ get (); }