API Help
Eplan.EplApi.DataModel Namespace / MacroBoxPropertyList Class / MACROBOX_USAGE Property / MACROBOX_USAGE(Int32) Property

In This Topic
MACROBOX_USAGE(Int32) Property
In This Topic
Macro: Type of usage # 23011. This property isn't indexed.
Syntax
public PropertyValue MACROBOX_USAGE( 
   int index
) {get; set;}

Parameters

index

Property Value

Returns property value of type System.Int64.
Remarks

The type of usage is used to differentiate macros in the macro navigator, and specifies which of the functionalities "Generate macros automatically" and "Update macros" can be executed and which not.

0 = Not specified: Generation and updating are possible.

1 = Defining: Is only taken into consideration for generating.

2 = Referencing: Is only taken into consideration for updating.

3 = Subordinate: Neither generating nor updating is possible.

See Also