Gets or sets the Point as a loop point for subsequent subassemblies to attach to.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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); }