ProfileStyleVIntersectionPointMarkerStyle Property |
Gets or sets the marker style object id for 'Point of Vertical Intersection' on the profile.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId VIntersectionPointMarkerStyle { get; set; }
Public Property VIntersectionPointMarkerStyle As ObjectId
Get
Set
public:
property ObjectId VIntersectionPointMarkerStyle {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
See Also