removeAttributeMetadata

Defined in omni/graph/core/bundle/IBundle2.h

omni::core::Result removeAttributeMetadata(omni::graph::core::NameToken attribute, omni::graph::core::NameToken fieldName) noexcept

Remove attribute metadata field.

Parameters
  • attribute – Name of the attribute.

  • fieldName – Name of the attribute metadata field to be removed.

Returns

Success if executed successfully, Fail for unsuccessful execution, InvalidArgument if arguments are invalid.