ProfileMarkerSectionViewMarkerStyle Property

Gets or sets the marker style object id for 'Section View' on the profile

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

Syntax

C#

public ObjectId ProfileMarkerSectionViewMarkerStyle { get; set; }

Visual Basic

Public Property ProfileMarkerSectionViewMarkerStyle As ObjectId
	Get
	Set

Visual C++

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

See Also