Geometry.GetICEAttributeFromName

Introduced

v7.0

Description

Returns the attribute data matching the specified name.

C# Syntax

ICEAttribute Geometry.GetICEAttributeFromName( String in_name );

Scripting Syntax

oReturn = Geometry.GetICEAttributeFromName( AttributeName );

Return Value

ICEAttribute

Parameters

Parameter Type Description
AttributeName String Name of the attribute to find.

See Also

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