Public Member Functions | List of all members
EachTextStyleArg Class Referenceabstract

Element text style information supplied to "Each" callback. More...

#include <PropertyContext.h>

Inheritance diagram for EachTextStyleArg:
EachPropertyBaseArg

Public Member Functions

StyleParamsRemapping GetRemappingAction ()
 Get the remapping action the will be applied to the element. More...
 
UInt32 GetStoredValue ()
 Get the value of the property that is stored in the element. More...
 
StatusInt SetStoredValue (UInt32 newVal)
 Assign a new value in place of the one passed to the callback. More...
 
StatusInt SetRemappingAction (StyleParamsRemapping)
 Assign an action to be applied to the element related to this style. More...
 
- Public Member Functions inherited from EachPropertyBaseArg
PropsCallbackFlags GetPropertyFlags ()
 Flags associated with the property value. More...
 

Detailed Description

Element text style information supplied to "Each" callback.

Note
Set methods ignored when using IQueryProperties.

Member Function Documentation

StyleParamsRemapping GetRemappingAction ( )

Get the remapping action the will be applied to the element.

Ignored for IQueryProperties.

UInt32 GetStoredValue ( )

Get the value of the property that is stored in the element.

StatusInt SetRemappingAction ( StyleParamsRemapping  )

Assign an action to be applied to the element related to this style.

Ignored for IQueryProperties.

StatusInt SetStoredValue ( UInt32  newVal)

Assign a new value in place of the one passed to the callback.


The documentation for this class was generated from the following file:

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.