ImageProperties 1.0 control documentation

Returns the PropertyItemInfo structure of the property with specified id in collection.

[Visual�Basic]
Public�Shared�Function�GetPropertyInfoById( _
���ByVal id�As�Integer�_
)�As�PropertyItemInfo
[C#]
public�static�PropertyItemInfo�GetPropertyInfoById(
���intid
);

Parameters

id
id of the property to search in collection.

Return Value

PropertyItemInfo structure of the matching object if found; otherwise, null

See Also

StandardProperties Class | ElementIT.ImageProperties Namespace