FeatureLineStyleProfileBeginningVertexMarkerStyleName Property |
Gets or sets the name of the profile beginning vertex marker style for the feature line style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string ProfileBeginningVertexMarkerStyleName { get; set; }
Public Property ProfileBeginningVertexMarkerStyleName As String
Get
Set
public:
property String^ ProfileBeginningVertexMarkerStyleName {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when setting the property with an object name that a MarkStyle of this name is not exist.
|
See Also