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.7.0.1276
Syntax
C#
public ObjectId VIntersectionPointMarkerStyle { get; set; }
VB
Public Property VIntersectionPointMarkerStyle As ObjectId Get Set
C++
public: property ObjectId VIntersectionPointMarkerStyle { ObjectId get (); void set (ObjectId value); }