Table of Contents

Interface INameNote

Namespace
Hi.Common.XmlUtils
Assembly
HiGeom.dll

Interface for objects that have a name and note property.

public interface INameNote
Extension Methods

Properties

Name

Gets or sets the name of the object.

string Name { get; set; }

Property Value

string

Note

Gets or sets the descriptive note for the object.

string Note { get; set; }

Property Value

string