AttributeType (ParticleType)
Description
Returns the data type of the specified attribute. If no attribute matches the specified name, it returns siPAUndefined.
Note: For an example using this method, see ParticleType.AddAttribute (VBScript), ParticleType.RemoveAttribute (JScript), or ParticleType.AttributeNames (Python).
Scripting Syntax
ParticleType.AttributeType( name )
C# Syntax
siParticleAttributeType ParticleType.AttributeType( String in_strName );
Parameters
|
Parameter |
Type |
Description |
|
name |
Name of the defined attribute. |
Return Value
See Also
SOFTIMAGE|XSI v6.01