ImpliedPointOfIntersection Property

Gets the defaults for display implied point of intersection.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public SettingsAlignment.SettingsImpliedPointOfIntersection ImpliedPointOfIntersection { get; }

Visual Basic

Public ReadOnly Property ImpliedPointOfIntersection As SettingsAlignment.SettingsImpliedPointOfIntersection
	Get

Visual C++

public:
property SettingsAlignment.SettingsImpliedPointOfIntersection^ ImpliedPointOfIntersection {
	SettingsAlignment.SettingsImpliedPointOfIntersection^ get ();
}

See Also