Gets whether a new structure is labeled by default when placed in plan view.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean StructureInPlan { get; }
VB
Public ReadOnly Property StructureInPlan As PropertyBoolean Get
C++
public: property PropertyBoolean^ StructureInPlan { PropertyBoolean^ get (); }