PlotConfigInfoCollectionItem
Property
|
Namespace: Bricscad.PlottingServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
25.1.5.0
Syntax
public PlotConfigInfo this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As PlotConfigInfo
Get
Set
public:
property PlotConfigInfo^ default[int index] {
PlotConfigInfo^ get (int index);
void set (int index, PlotConfigInfo^ value);
}
member Item : PlotConfigInfo with get, set
Parameters
- index Int32
-
Property Value
PlotConfigInfo
See Also