Description
Indicates the length of the box, along the bearing. The value must be greater than 0. Uses Distance Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Length() As Double
|
[C#] |
---|
public double Length {get; set;}
|
[Managed C++] |
---|
public: __property double get_Length(); public: __property void set_Length(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Length(
double * pVal
);
public: HRESULT put_Length(
double Length
);
|
[Java] |
---|
public double getLength();
public void setLength(
double
);
|
See Also