ResourceEndLocation Property |
The end location for the Resource.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Location EndLocation { get; set; }
Public Property EndLocation As Location
Get
Set
public:
property Location^ EndLocation {
Location^ get ();
void set (Location^ value);
}
member EndLocation : Location with get, set
Property Value
Type:
Location
See Also