public class CadLightList extends CadBaseObject
Class describing LIGHTLIST object.
Constructor and Description |
---|
CadLightList()
Initializes a new instance of the
CadLightList class. |
Modifier and Type | Method and Description |
---|---|
List<CadStringParameter> |
getLightHandles()
Gets or sets the light handles.
|
List<CadStringParameter> |
getLightNames()
Gets or sets the light names.
|
CadIntParameter |
getLightsNumber()
Gets or sets the lights number.
|
CadIntParameter |
getVersionNumber()
Gets or sets the version number.
|
void |
setLightHandles(List<CadStringParameter> value)
Gets or sets the light handles.
|
void |
setLightNames(List<CadStringParameter> value)
Gets or sets the light names.
|
void |
setLightsNumber(CadIntParameter value)
Gets or sets the lights number.
|
void |
setVersionNumber(CadIntParameter value)
Gets or sets the version number.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadLightList()
Initializes a new instance of the CadLightList
class.
public CadIntParameter getVersionNumber()
Gets or sets the version number.
public void setVersionNumber(CadIntParameter value)
Gets or sets the version number.
value
- The version number.public CadIntParameter getLightsNumber()
Gets or sets the lights number.
public void setLightsNumber(CadIntParameter value)
Gets or sets the lights number.
value
- The lights number.public List<CadStringParameter> getLightHandles()
Gets or sets the light handles.
public void setLightHandles(List<CadStringParameter> value)
Gets or sets the light handles.
value
- The light handles.public List<CadStringParameter> getLightNames()
Gets or sets the light names.
public void setLightNames(List<CadStringParameter> value)
Gets or sets the light names.
value
- The light names.