FollowAssemblyOrder Method (IBomFeature)
Obsolete. Superseded by IBomFeature::FollowAssemblyOrder2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function FollowAssemblyOrder() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBomFeature
Dim value As Boolean
value = instance.FollowAssemblyOrder()
|
C# | |
---|
bool FollowAssemblyOrder() |
C++/CLI | |
---|
bool FollowAssemblyOrder(); |
Return Value
True for the items numbers in the BOM to follow the order in which the assembly appears in the FeatureManager design tree, false to not
See Also