UpdateLinkProperties Method
Updates property values for the specified links
Required Permissions
" Link Edit User Defined Property"Syntax
public void UpdateLinkProperties(
System.long[] linkIds,
PropInstParamArray[] propValues
)Public Sub UpdateLinkProperties( _
ByVal linkIds() As System.Long, _
ByVal propValues() As PropInstParamArray _
) Parameters
| Name | Description |
|---|---|
| linkIds | ids of Links |
| propValues | Property Values |