Share

AppliedAssemblySetting.AppliedAtHorizontalGeometryPoints Property

Gets or sets the value to specify whether the assembly should be inserted at horizontal geometry points where the horizontal alignment geometry changes.



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

Syntax

C#

public bool AppliedAtHorizontalGeometryPoints { get; set; }

VB

Public Property AppliedAtHorizontalGeometryPoints As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?