BaseCoverageDefinitionAssets Property |
Gets the list of assets which provide coverage over the grid.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 20.4.407.0 (20.4.407.0)
Syntaxpublic IEnumerable<AssetDefinition> Assets { get; }
Public ReadOnly Property Assets As IEnumerable(Of AssetDefinition)
Get
public:
property IEnumerable<AssetDefinition^>^ Assets {
IEnumerable<AssetDefinition^>^ get ();
}
member Assets : IEnumerable<AssetDefinition> with get
Property Value
Type:
IEnumerableAssetDefinition
See Also