Classes | |
struct | Ext_locks |
Extended lock controls. More... | |
struct | Ext_locks2 |
Extended lock controls. More... | |
struct | MlineTcbFlags |
These settings affecting the placement and operation of multi-lines are stored in the TCB. More... | |
Functions | |
static BentleyStatus | GetValue (bool &value, ActiveBoolParams paramName) |
Gets the value of an active MicroStation setting of type boolean. More... | |
static BentleyStatus | GetValue (UInt32 &value, ActiveUInt32Params paramName) |
Gets the value of an active MicroStation setting of type unsigned integer. More... | |
static BentleyStatus | GetValue (Int32 &value, ActiveInt32Params paramName) |
Gets the value of an active MicroStation setting of type signed integer. More... | |
static BentleyStatus | GetValue (double &value, ActiveDoubleParams paramName) |
Gets the value of an active MicroStation setting of type double precision floating point. More... | |
static BentleyStatus | GetValue (DPoint3dR value, ActiveDPoint3dParams paramName) |
Gets the value of an active MicroStation setting of type DPoint3d. More... | |
static BentleyStatus | GetValue (WStringR value, ActiveStringParams paramName) |
Gets the value of an active MicroStation setting of type string. More... | |
static BentleyStatus | GetValue (LineStyleParamsR value, ActiveLineStyleParams paramName) |
Gets the value of an active MicroStation setting of type string. More... | |
static BentleyStatus | GetValue (GradientSymbR value, ActiveGradientFillParams paramName) |
Gets the active MicroStation gradient fill settings. More... | |
static BentleyStatus | SetValue (bool value, ActiveBoolParams paramName) |
Sets the value of an active MicroStation setting of type boolean. More... | |
static BentleyStatus | SetValue (UInt32 value, ActiveUInt32Params paramName) |
Sets the value of an active MicroStation setting of type unsigned integer. More... | |
static BentleyStatus | SetValue (Int32 value, ActiveInt32Params paramName) |
Sets the value of an active MicroStation setting of type signed integer. More... | |
static BentleyStatus | SetValue (double value, ActiveDoubleParams paramName) |
Sets the value of an active MicroStation setting of type double. More... | |
static BentleyStatus | SetValue (DPoint3dCR value, ActiveDPoint3dParams paramName) |
Sets the value of an active MicroStation setting of type DPoint3d. More... | |
static BentleyStatus | SetValue (WCharCP value, ActiveStringParams paramName) |
Sets the value of an active MicroStation setting of type string. More... | |
static BentleyStatus | SetValue (LineStyleParamsCR value, ActiveLineStyleParams paramName) |
Sets the value of an active MicroStation setting of type string. More... | |
static BentleyStatus | SetValue (GradientSymbCR value, ActiveGradientFillParams paramName) |
Sets the active MicroStation gradient fill settings. More... | |
int | mdlParams_getLock (int paramName) |
Gets the state of one of MicroStation's locks. More... | |
int | mdlParams_setLock (int lockVal, int paramName) |
Sets the state of one of MicroStation's locks. More... | |
|
static |
Gets the value of an active MicroStation setting of type boolean.
[out] | value | points to a buffer to receive the current value of the specified setting |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Gets the value of an active MicroStation setting of type unsigned integer.
[out] | value | points to a buffer to receive the current value of the specified setting |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Gets the value of an active MicroStation setting of type signed integer.
[out] | value | points to a buffer to receive the current value of the specified setting |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Gets the value of an active MicroStation setting of type double precision floating point.
[out] | value | points to a buffer to receive the current value of the specified setting |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Gets the value of an active MicroStation setting of type DPoint3d.
[out] | value | points to a buffer to receive the current value of the specified setting |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Gets the value of an active MicroStation setting of type string.
[out] | value | points to a buffer to receive the current value of the specified setting |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Gets the value of an active MicroStation setting of type string.
[out] | value | points to a buffer to receive the current value of the specified setting |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Gets the active MicroStation gradient fill settings.
[out] | value | To receive the current settings. |
[in] | paramName | specifies which setting to retrieve. |
int mdlParams_getLock | ( | int | paramName | ) |
Gets the state of one of MicroStation's locks.
[in] | paramName | the lock to retrieve the value of. This should be one of the ACTIVELOCK_ constant values listed in mdl.h. |
int mdlParams_setLock | ( | int | lockVal, |
int | paramName | ||
) |
Sets the state of one of MicroStation's locks.
[in] | lockVal | the value to set for the lock, either 0 or 1. |
[in] | paramName | the name of the lock to set the value of. This should be one of the ACTIVELOCK_ constant values listed in mdl.h. |
|
static |
Sets the value of an active MicroStation setting of type boolean.
[in] | value | the new value for the specified setting. |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Sets the value of an active MicroStation setting of type unsigned integer.
[in] | value | the new value for the specified setting. |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Sets the value of an active MicroStation setting of type signed integer.
[in] | value | the new value for the specified setting. |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Sets the value of an active MicroStation setting of type double.
[in] | value | the new value for the specified setting. |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Sets the value of an active MicroStation setting of type DPoint3d.
[in] | value | the new value for the specified setting. |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Sets the value of an active MicroStation setting of type string.
[in] | value | the new value for the specified setting. |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Sets the value of an active MicroStation setting of type string.
[in] | value | the new value for the specified setting. |
[in] | paramName | specifies which setting to retrieve. |
|
static |
Sets the active MicroStation gradient fill settings.
[in] | value | the new settiings for the specified setting. |
[in] | paramName | specifies which setting to retrieve. |