XSIApplication.GetCustomPropertyCount

Introduced

v11.0 (2013)

Description

Returns the Custom Property count for a given type.

C# Syntax

Int32 XSIApplication.GetCustomPropertyCount( String in_strType );

Scripting Syntax

oLong = XSIApplication.GetCustomPropertyCount( Type );

Return Value

Returns the Custom Property count for a given type as a Long

Parameters

Parameter Type Description
Type String The type of the Custom Propert to search.

See Also

CustomProperty