Gets or sets the name of the marker style for the feature line style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public string SectionMarkerStyleName { get; set; } |
Visual Basic |
---|
Public Property SectionMarkerStyleName As String
Get
Set |
Visual C++ |
---|
public:
property String^ SectionMarkerStyleName {
String^ get ();
void set (String^ value);
} |
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when setting the property with an object name that a MarkStyle of this name is not exist.
|
See Also