 | BulkCurrentProbeGetByDisplayName Method |
Get BoxFieldProbe by display name
Namespace: ema3d.Api.V25.Core.ProbesAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static List<BulkCurrentProbe> GetByDisplayName(
string displayName,
Document doc
)
Public Shared Function GetByDisplayName (
displayName As String,
doc As Document
) As List(Of BulkCurrentProbe)
public:
static List<BulkCurrentProbe^>^ GetByDisplayName(
String^ displayName,
Document^ doc
)
static member GetByDisplayName :
displayName : string *
doc : Document -> List<BulkCurrentProbe>
Parameters
- displayName String
- doc Document
Return Value
ListBulkCurrentProbe
See Also