AppliedAtProfileGeometryPoints Property

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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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);
}

See Also