Information Property

Gets the default match line label location.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

[ObsoleteAttribute("Property has been removed.", false)]
public SettingsViewFrameGroup.SettingsInformation Information { get; }

Visual Basic

<ObsoleteAttribute("Property has been removed.", False)> _
Public ReadOnly Property Information As SettingsViewFrameGroup.SettingsInformation
	Get

Visual C++

public:
[ObsoleteAttribute(L"Property has been removed.", false)]
property SettingsViewFrameGroup.SettingsInformation^ Information {
	SettingsViewFrameGroup.SettingsInformation^ get ();
}

See Also