Gets a 'Physical Attribute' entry. Physical Attribute (ASBIE). An association to Physical Attribute.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
IPhysicalAttribute GetPhysicalAttribute(
	int index
)
Visual Basic
Function GetPhysicalAttribute ( 
	index As Integer
) As IPhysicalAttribute
Visual C++
IPhysicalAttribute^ GetPhysicalAttribute(
	int index
)
F#
abstract GetPhysicalAttribute : 
        index : int -> IPhysicalAttribute 

Parameters

index
Type: System..::..Int32
The index of the IPhysicalAttribute to get.

Return Value

Type: IPhysicalAttribute
The indexed IPhysicalAttribute object.

See Also