Gets or sets the enum value that specifies whether the 2D plan view of the structure style is displayed as an outline of the 3D object, or as an AutoCAD block reference.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public StructurePlanViewType PlanViewOptions { get; set; } |
Visual Basic |
---|
Public Property PlanViewOptions As StructurePlanViewType Get Set |
Visual C++ |
---|
public: property StructurePlanViewType PlanViewOptions { StructurePlanViewType get (); void set (StructurePlanViewType value); } |