Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

Interface CMFacet

Each CMDataNode holds of array of CMFacet objects.  The CMFacet objects are Name/Value data pairs.

The Name data and Value data that is present, varies depending on the particular CMDataNode being accessed, and of course on the original mFQL query that was executed.

CMFacet Methods

Method

Remarks

GetName()

Returns the name of the current CMFacet node.

Return type:  string  (read only)

GetValue()

Returns the value of the current CMFacet node.

Return type:  string  (read only)

LearnMore