ProjectItem.GetICEAttributeFromName

Introduced

v7.0

Description

Returns the attribute data as an ICEAttribute object matching the specified name.

C# Syntax

ICEAttribute ProjectItem.GetICEAttributeFromName( String in_name );

Scripting Syntax

oReturn = ProjectItem.GetICEAttributeFromName( AttributeName );

Return Value

ICEAttribute

Parameters

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

See Also

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