STK ObjectsSend comments on this topic.
UseAttachPoint Property (IAgVOVaporTrail)
See Also
Windows





Windows & Linux

Description

If the model file for the object has attach points, use this attribute and the AttachPointName attribute to specify the point where the vapor trail should be attached. Otherwise the vapor trail will be attached to the center of the model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAttachPoint() As Boolean
[C#]
public bool UseAttachPoint {get; set;}
[Managed C++]
public: __property bool get_UseAttachPoint();
public: __property void set_UseAttachPoint( bool );
[Unmanaged C++]
public: HRESULT get_UseAttachPoint(
    VARIANT_BOOL * pUseAttach
);
public: HRESULT put_UseAttachPoint(
    VARIANT_BOOL pUseAttach
);
[Java]
public bool getUseAttachPoint();
public void setUseAttachPoint(
    bool
);
[Python - STK API ]
@property
def UseAttachPoint(self) -> bool:

@UseAttachPoint.setter
def UseAttachPoint(self, pUseAttach:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.