Gets a collection of codestreams to which the
BinDescriptors
is applied.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property CodeStreamRange As Collection(Of Range) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ModelItem
Dim value As Collection(Of Range)
value = instance.CodeStreamRange
|
Return Value
A Collection of
Range values specifying the codestreams to which the
BinDescriptors is applied.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also