Represents a related resource; that is, a resource that is related in some way to a parent resource. This related resource may be linked to its parent resource for some effect.
More...
#include <IVxResourceRel.h>
|
bool | isLinked |
| Indicates whether the resource is linked to its parent. More...
|
|
Represents a related resource; that is, a resource that is related in some way to a parent resource. This related resource may be linked to its parent resource for some effect.
Definition at line 14 of file IVxResourceRel.h.
void VxSdk::IVxResourceRel::Clear |
( |
| ) |
|
|
inlineprotected |
Clears this instance.
Definition at line 49 of file IVxResourceRel.h.
bool isLinked
Indicates whether the resource is linked to its parent.
Deletes this instance.
- Returns
- The Result of deleting this instance.
Gets the related resource.
- Parameters
-
dataSource | The related resource. |
- Returns
- The Result of the request.
Refreshes the member values for this object by retrieving its current information from the VideoXpert system.
- Returns
- The Result of refreshing the member values for this object.
virtual VxResult::Value VxSdk::IVxResourceRel::SetLinkState |
( |
bool |
isLinked | ) |
const |
|
pure virtual |
Sets the link state of this resource to its parent.
- Parameters
-
isLinked | True to link this resource to its parent, false to unlink. |
- Returns
- The Result of the request.
bool VxSdk::IVxResourceRel::isLinked |
Indicates whether the resource is linked to its parent.
Definition at line 43 of file IVxResourceRel.h.
The documentation for this struct was generated from the following file: