Gets or sets the value to specify whether the assembly should be inserted at profile geometry points where the profile geometry changes.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public bool AppliedAtProfileGeometryPoints { get; set; }
Visual Basic
Public Property AppliedAtProfileGeometryPoints As Boolean
Get
Set
Visual C++
public: property bool AppliedAtProfileGeometryPoints { bool get (); void set (bool value); }