AtomsFramework Persistence Layer Reference Guide

ClassMap.GetAttributeMap Method 

[This is preliminary documentation and subject to change.]

Gets an attribute map based on an index value.

[Visual Basic]
Public Function GetAttributeMap( _
   ByVal index As Short _
) As AttributeMap
[C#]
public AttributeMap GetAttributeMap(
   short index
);

Parameters

index
The index value of the attribute to return.

Return Value

An attribute map, or Nothing if the index is out of bounds.

Remarks

Returns the specific attribute number from the class map's main attribute collection.

See Also

ClassMap Class | AtomsFramework Namespace