'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.
Return Value
Returns an AENodeDescriptor converted from the input argument.