Get the option for where to end the drop lines.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEVeVODropLineType |
[C#] |
---|
public AgEVeVODropLineType Type {get;} |
[Managed C++] |
---|
public: __property AgEVeVODropLineType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEVeVODropLineType * pVal ); |
[Java] |
---|
public AgEVeVODropLineType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEVeVODropLineType": |