IGHAObjectGetObjectsByCapability Method |
[This is preliminary documentation and is subject to change.]
Returns objects that match the specified capability
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
SyntaxIGHAObjectCollection GetObjectsByCapability(
string capabilityName,
bool recurs = false
)
Parameters
- capabilityName
- Type: SystemString
.NET name of the Interface specifying the capability - recurs (Optional)
- Type: SystemBoolean
Recusively searches all children of the calling object if set to true. Performs a direct search if set to false
Return Value
Type:
IGHAObjectCollectionReturns a collection of objects matching the specified capability
See Also