Geometry.RemoveICEAttribute

Introduced

v11.0 (2013)

Description

Removes a non-built-in attribute from a geometry if not required by an ICETree.

C# Syntax

Geometry.RemoveICEAttribute( String in_name );

Scripting Syntax

Geometry.RemoveICEAttribute( in_name );

Parameters

Parameter Type Description
in_name String Name of the attribute to remove.

See Also

Geometry.AddICEAttribute Geometry.GetICEAttributeFromName Geometry.ICEAttributes ProjectItem.AddICEAttribute ProjectItem.GetICEAttributeFromName ProjectItem.ICEAttributes ProjectItem.RemoveICEAttribute