Gets a 'Physical Attribute' entry.
Physical Attribute (ASBIE). An association to Physical Attribute.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: 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
|
Return Value
Type:
IPhysicalAttributeThe indexed
IPhysicalAttribute object.
See Also