IAcSmSheetSetGetDirectlyOwnedObjects Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void GetDirectlyOwnedObjects(
out Array objects
)
Sub GetDirectlyOwnedObjects (
<OutAttribute> ByRef objects As Array
)
void GetDirectlyOwnedObjects(
[OutAttribute] Array^% objects
)
abstract GetDirectlyOwnedObjects :
objects : Array byref -> unit
Parameters
- objects
- Type: SystemArray
Implements
IAcSmSubsetGetDirectlyOwnedObjects(Array)
See Also