The name of the point on the object's model where the vapor trail will be attached.
Read-write property
[Visual Basic .NET] |
---|
Public Property AttachPointName() As String |
[C#] |
---|
public string AttachPointName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_AttachPointName(); |
[Unmanaged C++] |
---|
public: HRESULT get_AttachPointName( BSTR * pAttachName ); public: HRESULT put_AttachPointName( BSTR pAttachName ); |
[Java] |
---|
public String getAttachPointName(); public void setAttachPointName( String ); |