Stores a float, string, or integer value with a part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddPropertyExtension( _
ByVal PropertyExtension As Object _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim PropertyExtension As Object
Dim value As 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