Gets the number of 'Statement Line' entries in the container object.
Statement Line (ASBIE). An association to one or more Statement Lines.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public int GetStatementLineCount() |
| Visual Basic |
|---|
Public Function GetStatementLineCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetStatementLineCount() sealed |
| F# |
|---|
abstract GetStatementLineCount : unit -> int
override GetStatementLineCount : unit -> int |
Return Value
Type:
Int32The number of
IStatementLine object instances in the container object.
Implements
IStatement..::..GetStatementLineCount()()()()
See Also