 | OverbraidGetAll Method |
Retrieve all
Overbraid objects in the document.
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static IEnumerable<Overbraid> GetAll(
Document document = null
)
Public Shared Function GetAll (
Optional document As Document = Nothing
) As IEnumerable(Of Overbraid)
public:
static IEnumerable<Overbraid^>^ GetAll(
Document^ document = nullptr
)
static member GetAll :
?document : Document
(* Defaults:
let _document = defaultArg document null
*)
-> IEnumerable<Overbraid>
Parameters
- document Document (Optional)
Return Value
IEnumerableOverbraid
See Also