Removes a 'Physical Attribute' entry.
Physical Attribute (ASBIE). An association to Physical Attribute.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void RemovePhysicalAttribute(
int index
) |
| Visual Basic |
|---|
Public Sub RemovePhysicalAttribute (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemovePhysicalAttribute(
int index
) sealed |
| F# |
|---|
abstract RemovePhysicalAttribute :
index : int -> unit
override RemovePhysicalAttribute :
index : int -> unit |
Implements
IItemIdentification..::..RemovePhysicalAttribute(Int32)
See Also