AGI STK Objects 11 Send comments on this topic.
AttachPointName Property (IAgVOVaporTrail)
See Also 





Description

The name of the point on the object's model where the vapor trail will be attached.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AttachPointName() As String

[C#]
public string AttachPointName {get; set;}

[Managed C++]
public: __property String __gc ^ get_AttachPointName();
public: __property void set_AttachPointName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_AttachPointName(
BSTR * pRetVal
);
public: HRESULT put_AttachPointName(
BSTR NewAttachPointName
);

[Java]
public String getAttachPointName();public void setAttachPointName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1