AcadMLeaderClassArrowheadType
Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual AcDimArrowheadType ArrowheadType { get; set; }
 
Public Overridable Property ArrowheadType As AcDimArrowheadType
        Get
        Set
 
public:
virtual property AcDimArrowheadType ArrowheadType {
        AcDimArrowheadType get ();
        void set (AcDimArrowheadType value);
}
 
abstract ArrowheadType : AcDimArrowheadType with get, set
override ArrowheadType : AcDimArrowheadType with get, set
 
 
 
Property Value
AcDimArrowheadType
Implements
IAcadMLeaderArrowheadType
 
See Also