Atom {BioNovoGene.BioDeep.Chemistry.Model} .NET clr documentation

Atom

Description

Declare

            
# namespace BioNovoGene.BioDeep.Chemistry.Model
export class Atom extends ValueType {
   Atom: string;
   # 由于这个坐标对象只能存储integer类型,
   #  所以KCF之中的坐标值需要乘以100000之后再保存在这个属性值中
   Atom2D_coordinates: Coordinate;
   Index: integer;
   KEGGAtom: KegAtomType;
}

        

.NET clr type reference tree

  1. this class extends from ValueType class: ValueType
  2. use by property member Atom2D_coordinates: Coordinate
  3. use by property member KEGGAtom: KegAtomType

[Package {$package} version {$version} Index]