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






Windows & Linux

Description

Gets or sets the chips per bit.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_ChipsPerBit();
public: __property void set_ChipsPerBit(
int
);

[Unmanaged C++]
public: HRESULT get_ChipsPerBit(
int * pRetVal
);
public: HRESULT put_ChipsPerBit(
int NewChipsPerBit
);

[Java]
public ppInteger getChipsPerBit();public void setChipsPerBit(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface