Share

FeatureLineStyle.ProfileEndingVertexMarkerStyleName Property

Gets or sets the name of the profile ending vertex marker style for the feature line style.



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

Syntax

C#

public string ProfileEndingVertexMarkerStyleName { get; set; }

VB

Public Property ProfileEndingVertexMarkerStyleName As String
	Get
	Set

C++

public:
property String^ ProfileEndingVertexMarkerStyleName {
	String^ get ();
	void set (String^ value);
}

Property Value

String

Exceptions

ExceptionCondition
ArgumentException Thrown when setting the property with an object name that a MarkStyle of this name is not exist.

See Also

Reference

Was this information helpful?