Autodesk.AutoCAD.Customization Namespace > PropertyCollection Class > PropertyCollection Constructor > PropertyCollection(ObjectPropertyBase) Constructor
PropertyCollection.PropertyCollection(ObjectPropertyBase) Constructor
Description

 

Constructs a new collection with a parent.

Visual Basic
Public Sub New(
    owner As ObjectPropertyBase
)
C#
public PropertyCollection(
    ObjectPropertyBase owner
);
Parameters
Parameters 
Description 
parent 
Input parent 
Links
   Comments?