Opc.Ua.RelativePathFormatter.Element.Element C# (CSharp) Method

Element() public method

Initializes the object the default values.
public Element ( ) : System
return System
            public Element()
            {
                m_elementType = RelativePathFormatter.ElementType.AnyHierarchical;
                m_referenceTypeName = null;
                m_includeSubtypes = true;
                m_targetName = null;
            }
            #endregion

Same methods

RelativePathFormatter.Element::Element ( RelativePathElement element, ITypeTable typeTree ) : System