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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1