GradingResultDayLight Property
 | 
Namespace:  Bricscad.Civil
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public IEnumerable<Point3dCollection> ResultDayLight { get; }
 
Public ReadOnly Property ResultDayLight As IEnumerable(Of Point3dCollection)
        Get
 
public:
property IEnumerable<Point3dCollection^>^ ResultDayLight {
        IEnumerable<Point3dCollection^>^ get ();
}
 
member ResultDayLight : IEnumerable<Point3dCollection> with get
 
 
 
Property Value
Type: 
IEnumerablePoint3dCollection 
See Also