Gets information about marking specified by ID.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public static MarkingInfo GetMarkingInfo( int id ) |
Visual Basic |
---|
Public Shared Function GetMarkingInfo ( id As Integer ) As MarkingInfo |
Parameters
- id
- Type: System..::..Int32
Return Value
Type: MarkingInfoInformation about specified marking.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | id is out of valid range. |