Stores a float, string, or integer value with a part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddPropertyExtension( _
ByVal PropertyExtension As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim PropertyExtension As System.Object
Dim value As System.Integer
value = instance.AddPropertyExtension(PropertyExtension) |
Parameters
- PropertyExtension
Value to store with the part document
Return Value
Unique identifier returned to access the property extension in the future
Remarks
See Also