Get Points Definition
Fetch the current points definition for a specific point
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to fetch
Destination Variable
string
The variable to store the fetched points definition
C# Usage
public PointDefinitionDto GetPointDefinition(Guid pointId)public List<PointDefinitionDto> GetPointDefinitions()