PointsCreation Property

Gets the settings to establish default information for creating points.

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

Syntax

C#

public SettingsCmdCreatePoints.SettingsCmdPointsCreation PointsCreation { get; }

Visual Basic

Public ReadOnly Property PointsCreation As SettingsCmdCreatePoints.SettingsCmdPointsCreation
	Get

Visual C++

public:
property SettingsCmdCreatePoints.SettingsCmdPointsCreation^ PointsCreation {
	SettingsCmdCreatePoints.SettingsCmdPointsCreation^ get ();
}

See Also