Interface IRectangularTarget
Inherited Members
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public interface IRectangularTarget : INXObject
Methods
GetLength()
Declaration
Value GetLength()
Returns
| Type | Description |
|---|---|
| Value |
GetWidth()
Declaration
Value GetWidth()
Returns
| Type | Description |
|---|---|
| Value |
SetLength(Value)
Declaration
void SetLength(Value length)
Parameters
| Type | Name | Description |
|---|---|---|
| Value | length |
SetWidth(Value)
Declaration
void SetWidth(Value width)
Parameters
| Type | Name | Description |
|---|---|---|
| Value | width |