Show / Hide Table of Contents

Struct H5LinkAccess

A structure which controls how the link is accessed. Reference: hdfgroup.org.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public struct H5LinkAccess

Properties

| Improve this Doc View Source

ExternalLinkPrefix

Gets the prefix to be applied to external link paths. Reference: hdfgroup.org.

Declaration
public string ExternalLinkPrefix { readonly get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms