IsLoopPoint Property

Gets or sets the Point as a loop point for subsequent subassemblies to attach to.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public bool IsLoopPoint { get; set; }

Visual Basic

Public Property IsLoopPoint As Boolean
	Get
	Set

Visual C++

public:
property bool IsLoopPoint {
	bool get ();
	void set (bool value);
}

See Also