Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

RemovePIValue.PointId Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
RemovePIValue.PointId Property

The PointID or PointIDs of the PI Point(s) to remove values from

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointIdTimeValue", 
	HelpMessage = "Id of PI Point")]
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointIdStartEndTime", 
	HelpMessage = "Id of PI Point")]
[ValidateNotNullOrEmptyAttribute]
public int[] PointId { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ParameterSetName := "PointIdTimeValue", 
	HelpMessage := "Id of PI Point")>
<ParameterAttribute(Position := 0, Mandatory := true, ParameterSetName := "PointIdStartEndTime", 
	HelpMessage := "Id of PI Point")>
<ValidateNotNullOrEmptyAttribute>
Public Property PointId As Integer()
	Get
	Set

Dim instance As RemovePIValue
Dim value As Integer()

value = instance.PointId

instance.PointId = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = L"PointIdTimeValue", 
	HelpMessage = L"Id of PI Point")]
[ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = L"PointIdStartEndTime", 
	HelpMessage = L"Id of PI Point")]
[ValidateNotNullOrEmptyAttribute]
property array<int>^ PointId {
	array<int>^ get ();
	void set (array<int>^ value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointIdTimeValue", 
	HelpMessage = "Id of PI Point")>]
[<ParameterAttribute(Position = 0, Mandatory = true, ParameterSetName = "PointIdStartEndTime", 
	HelpMessage = "Id of PI Point")>]
[<ValidateNotNullOrEmptyAttribute>]
member PointId : int[] with get, set

Property Value

Type: Int32

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in