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