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.8.0.280
Syntax
C#
public bool IsLoopPoint { get; set; }
VB
Public Property IsLoopPoint As Boolean Get Set
C++
public: property bool IsLoopPoint { bool get (); void set (bool value); }