VIntersectionPointMarkerStyle Property

Gets or sets the marker style object id for 'Point of Vertical Intersection' on the profile.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public ObjectId VIntersectionPointMarkerStyle { get; set; }

Visual Basic

Public Property VIntersectionPointMarkerStyle As ObjectId
	Get
	Set

Visual C++

public:
property ObjectId VIntersectionPointMarkerStyle {
	ObjectId get ();
	void set (ObjectId value);
}

See Also