Share

SettingsAlignment.SettingsImpliedPointOfIntersection.DisplayMethod Property

Gets the display type of implied Point Of intersection



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

Syntax

C#

public PropertyEnum<ImpliedPointOfIntersectionDisplayType> DisplayMethod { get; }

VB

Public ReadOnly Property DisplayMethod As PropertyEnum(Of ImpliedPointOfIntersectionDisplayType)
	Get

C++

public:
property PropertyEnum<ImpliedPointOfIntersectionDisplayType>^ DisplayMethod {
	PropertyEnum<ImpliedPointOfIntersectionDisplayType>^ get ();
}

Property Value

PropertyEnumImpliedPointOfIntersectionDisplayType

See Also

Reference

Was this information helpful?