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