Share

AppliedAssemblySetting.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.8.0.280

Syntax

C#

public bool AppliedAtProfileGeometryPoints { get; set; }

VB

Public Property AppliedAtProfileGeometryPoints As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?