Share

SettingsViewFrameGroup.Information Property

Note: This API is now obsolete.

Gets the default match line label location.



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

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 ();
}

Property Value

SettingsViewFrameGroupSettingsInformation

See Also

Reference

Was this information helpful?