Class Appli.SceneSummary
Instances of this class allow to examine scene information without full loading it into the application context. This reduces perfomance overhead in cases when the only purpose of loading a scene is to get some information from it (e.g. when listing scenes or calculating some statistics based on scene information).
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.SceneSummary
Properties
Name | Description |
---|---|
ClientEmail | Email address of the customer of the scene. |
Countermark | Countermark information of the scene (usually it's the customer name). |
CreationTime | Time of creation of the scene. |
CurrencyCode | Code of the currency in which prices in the scene are expressed. |
DimensionX | Width of the scene space. |
DimensionY | Depth of the scene space. |
DimensionZ | Height of the scene space. |
FilenameWithPath | Absolute filename of the scene. |
HasEcoParticipationDeee | Indicates whether the scene includes eco-participation of electrical and electronic equipment (DEEE, only applicable in France). |
HasEcoParticipationMobile | Indicates whether the scene includes eco-participation of furniture (only applicable in France only). |
IsActiveVersion | Indicates whether the scene version is active (as opposed to not "chosen" versions of the same project). |
LanguageCode | Code of the langoage set for the scene. |
LastSaveTime | Time of the last save of the scene. |
LayerSetName | Name of the scene's current layer set. |
Marking | Type of the marking of the scene objects. |
Name | Returns scene's unique internal name (which is currently the same as its filename without extension if the file wasn't renamed). |
Unit | The scene measurement unit. |
VatRate | VAT rate type which is applied to the scene. |
Methods
Name | Description |
---|---|
GetInfo(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |
GetInfoAsBool(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |
GetInfoAsDouble(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |
GetInfoAsInt(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |