PropertyGroup - Intergraph Smart API Manager - 5.0 - Help

Intergraph Smart API Manager Help

Language
English
Product
Intergraph Smart API Manager
Search by Category
Help
Smart API Manager Version
5.0

The PropertyGroup annotation denotes a logical grouping (or category) of properties sharing a common characteristic. For example, a Smart Client may use this annotation to arrange properties together in a grid.

The PropertyGroup annotation is optional, so you may not see this annotation for the Smart API you are using. The annotation is typically driven by an existing Hexagon PPM client requirement.

The following metadata example shows two pipe properties that belong to the same Size property group:

<Annotations Target="Com.Ingr.Sppid.V1.Pipe/NominalDiameter">

<Annotation Term="Com.Ingr.Core.V1.PropertyGroup" String="Size"/>

</Annotations>

<Annotations Target="Com.Ingr.Sppid.V1.Pipe/Thickness">

<Annotation Term="Com.Ingr.Core.V1.PropertyGroup" String="Size"/>

</Annotations>

Typically, you can ignore this annotation unless it proves helpful for a client requirement you may have.