Table of Contents

Class NcGroupAttribute

Namespace
Hi.Numerical
Assembly
HiUniNc.dll

NC Group Attribute.

[AttributeUsage(AttributeTargets.Field)]
public class NcGroupAttribute : Attribute
Inheritance
NcGroupAttribute
Inherited Members
Extension Methods

Constructors

NcGroupAttribute(Type)

Ctor.

public NcGroupAttribute(Type ncGroup)

Parameters

ncGroup Type

Properties

NcGroupType

Gets or sets the NC group type.

public Type NcGroupType { get; set; }

Property Value

Type