Click or drag to resize

AttributeDatabaseExtensions Methods

The AttributeDatabaseExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodFindAttributeValue Find an attribute value by id.
Public Extension MethodFindByteArrayAttribute Finds an attribute.
Public Extension MethodFindByteAttribute Finds an attribute.
Public Extension MethodFindDIntAttribute Finds an attribute.
Public Extension MethodFindDWordAttribute Finds an attribute.
Public Extension MethodFindLIntAttribute Finds an attribute.
Public Extension MethodFindLRealAttribute Finds an attribute.
Public Extension MethodFindLWordAttribute Finds an attribute.
Public Extension MethodFindOrAddAttributeValue(IAttributeDatabase, AttributeValue, Boolean) Find or add an attribute value.

If an attribute value with the specified id does not exist, then the specified attribute is added. If an attribute value with the specified id already exists, then the original attribute is returned.

Public Extension MethodFindOrAddAttributeValue(IAttributeDatabase, UInt32, DataDimensions, Boolean) Find or add an attribute value.

If an attribute value with the specified id already exists, then it's returned. If an attribute value with the specified id does not exist, then a new attribute value is created.

Public Extension MethodFindRealAttribute Finds an attribute.
Public Extension MethodFindShortStringAttribute Finds an attribute.
Public Extension MethodFindWordAttribute Finds an attribute.
Public Extension MethodGetByteArrayAttribute(IAttributeDatabase, UInt32, Int32) Finds or creates an attribute.
Public Extension MethodGetByteArrayAttribute(IAttributeDatabase, UInt32, Int32, BufferSegment) Finds or creates an attribute.
Public Extension MethodGetByteArrayAttribute(IAttributeDatabase, UInt32, Int32, Boolean) Finds or creates an attribute.
Public Extension MethodGetByteAttribute(IAttributeDatabase, UInt32, Boolean) Finds or creates an attribute.
Public Extension MethodGetByteAttribute(IAttributeDatabase, UInt32, Byte) Finds or creates an attribute.
Public Extension MethodGetDIntAttribute(IAttributeDatabase, UInt32, Boolean) Finds or creates an attribute.
Public Extension MethodGetDIntAttribute(IAttributeDatabase, UInt32, Int32) Finds or creates an attribute.
Public Extension MethodGetDWordAttribute(IAttributeDatabase, UInt32, Boolean) Finds or creates an attribute.
Public Extension MethodGetDWordAttribute(IAttributeDatabase, UInt32, UInt32) Finds or creates an attribute.
Public Extension MethodGetLIntAttribute(IAttributeDatabase, UInt32, Boolean) Finds or creates an attribute.
Public Extension MethodGetLIntAttribute(IAttributeDatabase, UInt32, Int64) Finds or creates an attribute.
Public Extension MethodGetLRealAttribute(IAttributeDatabase, UInt32, Boolean) Finds or creates an attribute.
Public Extension MethodGetLRealAttribute(IAttributeDatabase, UInt32, Double) Finds or creates an attribute.
Public Extension MethodGetLWordAttribute(IAttributeDatabase, UInt32, Boolean) Finds or creates an attribute.
Public Extension MethodGetLWordAttribute(IAttributeDatabase, UInt32, UInt64) Finds or creates an attribute.
Public Extension MethodGetRealAttribute(IAttributeDatabase, UInt32, Boolean) Finds or creates an attribute.
Public Extension MethodGetRealAttribute(IAttributeDatabase, UInt32, Single) Finds or creates an attribute.
Public Extension MethodGetShortStringAttribute(IAttributeDatabase, UInt32, Int32, Boolean) Finds or creates an attribute.
Public Extension MethodGetShortStringAttribute(IAttributeDatabase, UInt32, Int32, String) Finds or creates an attribute.
Public Extension MethodGetWordAttribute(IAttributeDatabase, UInt32, Boolean) Finds or creates an attribute.
Public Extension MethodGetWordAttribute(IAttributeDatabase, UInt32, UInt16) Finds or creates an attribute.
Top
See Also