'Declaration<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Shared Function FromUANodeDescriptor( _ ByVal nodeDescriptor As UANodeDescriptor _ ) As UANodeId
'UsageDim nodeDescriptor As UANodeDescriptor Dim value As UANodeId value = UANodeId.FromUANodeDescriptor(nodeDescriptor)
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public static UANodeId FromUANodeDescriptor( UANodeDescriptor nodeDescriptor )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: static UANodeId^ FromUANodeDescriptor( UANodeDescriptor^ nodeDescriptor )
Parameters
- nodeDescriptor
 - Node descriptor.
 
Return Value
Returns the node Id.