PointOfIntersectLabelStyle Property

Gets the default point of intersection label style.

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

Syntax

C#

public PropertyObjectId PointOfIntersectLabelStyle { get; }

Visual Basic

Public ReadOnly Property PointOfIntersectLabelStyle As PropertyObjectId
	Get

Visual C++

public:
property PropertyObjectId^ PointOfIntersectLabelStyle {
	PropertyObjectId^ get ();
}

Remarks

TangentIntersectLabelStyle or PointOfIntersectionLabelStyle is expected to set to return value.

See Also