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





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 * pRetVal
);
public: HRESULT put_AttachPtName(
BSTR NewAttachPtName
);

[Java]
public String getAttachPtName();public void setAttachPtName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1