Gets the display type of implied Point Of intersection

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

Syntax

C#
public PropertyEnum<ImpliedPointOfIntersectionDisplayType> DisplayMethod { get; }
Visual Basic
Public ReadOnly Property DisplayMethod As PropertyEnum(Of ImpliedPointOfIntersectionDisplayType)
	Get
Visual C++
public:
property PropertyEnum<ImpliedPointOfIntersectionDisplayType>^ DisplayMethod {
	PropertyEnum<ImpliedPointOfIntersectionDisplayType>^ get ();
}

See Also