Returns the label offset attributes.
Read-only property
[Visual Basic .NET] |
---|
Public Property Label() As IAgVOOffsetLabel |
[C#] |
---|
public IAgVOOffsetLabel Label {get;} |
[Managed C++] |
---|
public: __property IAgVOOffsetLabel ^ get_Label(); |
[Unmanaged C++] |
---|
public: HRESULT get_Label( IAgVOOffsetLabel ** ppVal ); |
[Java] |
---|
public IAgVOOffsetLabel getLabel(); |
[Python - STK API ] |
---|
@property def Label(self) -> "IAgVOOffsetLabel": |