<Code Lib>
M

PropertySetElement.Create(Document, StructuralAsset)

Description:
Creates a new PropertySetElement to contain the given asset.
Overloads (3):
Create(Document,StructuralAsset)

public static PropertySetElement Create(
	Document document,
	StructuralAsset structuralAsset
)

  • document
    The document in which to create the PropertySetElement.
  • structuralAsset
    The structural asset containing the values that will be present in the PropertySetElement.
Return Value PropertySetElement The new PropertySetElement.

Loading…