Note: This API is now obsolete.
Gets the default match line label location.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Property has been removed.", false)] public SettingsViewFrameGroupSettingsInformation Information { get; }
VB
<ObsoleteAttribute("Property has been removed.", false)> Public ReadOnly Property Information As SettingsViewFrameGroupSettingsInformation Get
C++
public: [ObsoleteAttribute(L"Property has been removed.", false)] property SettingsViewFrameGroupSettingsInformation^ Information { SettingsViewFrameGroupSettingsInformation^ get (); }