AGI STK Objects 11 Send comments on this topic.
BitDepth Property (IAgSnEOIRBand)
See Also 
Windows






Windows & Linux

Description

The number of bits to encode the digital signal with.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BitDepth() As Integer

[C#]
public int BitDepth {get; set;}

[Managed C++]
public: __property int get_BitDepth();
public: __property void set_BitDepth(
int
);

[Unmanaged C++]
public: HRESULT get_BitDepth(
int * pRetVal
);
public: HRESULT put_BitDepth(
int NewBitDepth
);

[Java]
public ppInteger getBitDepth();public void setBitDepth(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface