IDisplayedObjectsSetGenericProperty Method
|
|
For each McGraphObj in the collection, sets some property's value or
behavior based on a property name and one or two optional values.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxSub SetGenericProperty (
PropertyName As String,
<OptionalAttribute> PropertyValue1 As Object,
<OptionalAttribute> PropertyValue2 As Object
)
Parameters
- PropertyName
- Type: SystemString
Name of the generic property being set. Currently supported are:
"Opacity", set via PropertyValue1 cast to an Integer between 0 and 100 (PropertyValue2 is ignored).
"FilOpacity", set via PropertyValue1 cast to an Integer between -1 and 100 (PropertyValue2 is ignored).
"Layer", set via PropertValue1 cast to an Integer between -1 and 9 (PropertyValue2 is ignored). - PropertyValue1 (Optional)
- Type: SystemObject
Optional value parameter to set. Use depends on the PropertyName. - PropertyValue2 (Optional)
- Type: SystemObject
Second optional value parameter. Use depends on the PropertyName.
RemarksCurrently only two properties assignments are supported: "Opacity" and "FillOpacity".
See Also