ArrowHeadOptionArrowType Property |
Gets or Sets the arrow head drawing type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ArrowHeadType ArrowType { get; set; }
Public Property ArrowType As ArrowHeadType
Get
Set
public:
property ArrowHeadType ArrowType {
ArrowHeadType get ();
void set (ArrowHeadType value);
}
Property Value
ArrowHeadType
ExceptionsException | Condition |
---|
InvalidOperationException |
Throw when set the property to ArrowHeadType::UserDefined.
|
Remarks
The item ArrowHeadType::UserDefined in the enum ArrowHeadType is readonly, if we set the property ArrowHeadName with a non build-in arrow head type, this property will return ArrowHeadType::UserDefined.
See Also