Gets or sets the link margin type.
Read-write property
[Visual Basic .NET] |
---|
Public Property Type() As AgELinkMarginType |
[C#] |
---|
public AgELinkMarginType Type {get; set;} |
[Managed C++] |
---|
public: __property AgELinkMarginType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgELinkMarginType * pVal ); public: HRESULT put_Type( AgELinkMarginType val ); |
[Java] |
---|
public AgELinkMarginType getType(); public void setType( AgELinkMarginType ); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgELinkMarginType": @Type.setter def Type(self, val:"AgELinkMarginType") -> None: |