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