Share

SettingsPoint.UpdatePoints Property

Gets whether you can change local copies of project points without checking them out.



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

Syntax

C#

public SettingsPointSettingsUpdatePoints UpdatePoints { get; }

VB

Public ReadOnly Property UpdatePoints As SettingsPointSettingsUpdatePoints
	Get

C++

public:
property SettingsPointSettingsUpdatePoints^ UpdatePoints {
	SettingsPointSettingsUpdatePoints^ get ();
}

Property Value

SettingsPointSettingsUpdatePoints

See Also

Reference

Was this information helpful?