Dfs123BuilderTemporalAxis Property |
Sets the temporal axis of the file.
This must be set.
This is a stage 1 method. Setting in stage 2 will fail.
Namespace: DHI.Generic.MikeZero.DFS.dfs123Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic IDfsTemporalAxis TemporalAxis { get; set; }
Public Property TemporalAxis As IDfsTemporalAxis
Get
Set
public:
virtual property IDfsTemporalAxis^ TemporalAxis {
IDfsTemporalAxis^ get () sealed;
void set (IDfsTemporalAxis^ value) sealed;
}
abstract TemporalAxis : IDfsTemporalAxis with get, set
override TemporalAxis : IDfsTemporalAxis with get, set
Property Value
Type:
IDfsTemporalAxisImplements
IDfs123BuilderTemporalAxis
See Also