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






Windows & Linux

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 * pAttachName
);
public: HRESULT put_AttachPointName(
    BSTR pAttachName
);
[Java]
public String getAttachPointName();
public void setAttachPointName(
    String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.