'Declaration
<CanBeNullAttribute()> Public Shared Function FromAENodeElement( _ ByVal nodeElement As AENodeElement _ ) As AENodeDescriptor
'Usage
Dim nodeElement As AENodeElement Dim value As AENodeDescriptor value = AENodeDescriptor.FromAENodeElement(nodeElement)
[CanBeNull()] public static AENodeDescriptor FromAENodeElement( AENodeElement nodeElement )
[CanBeNull()] public: static AENodeDescriptor^ FromAENodeElement( AENodeElement^ nodeElement )
Parameters
- nodeElement
- Contains a node element.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).