AGI STK Objects 11Send comments on this topic.
AttachPtName Property (IAgSnVOOffset)
See Also
Windows






Windows & Linux

Description

Name of the attach point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AttachPtName() As String
[C#]
public string AttachPtName {get; set;}
[Managed C++]
public: __property String __gc ^ get_AttachPtName();
public: __property void set_AttachPtName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AttachPtName(
    BSTR * pVal
);
public: HRESULT put_AttachPtName(
    BSTR pVal
);
[Java]
public String getAttachPtName();
public void setAttachPtName(
    String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.